hey i modified some source codes in the libc and now i want to link my program with the modified files. the files are in their source codes and i have only modified one file so the -nostdlib option doesnt fit to me. is there any way to link the file i modified with my program without having to change my glibc? (basically i want to keep using all the functions in the glibc except of the malloc() and free() i have modified...) Thanx in advance. -- View this message in context: http://www.nabble.com/help-with-including-modified-libc-functions-tf4448047.html#a12691216 Sent from the gcc - Help mailing list archive at Nabble.com.