about order of the libraries at link time

2008-05-06 Thread Lijuan Hai
Hi all, g++ always add -lstdc++ -lm before any other libraries at link time. I want to link the libraries after libc.so. but I haven't found where to change the order in gcc sources. so could you provide any helpful hints on it? thanks in advance. -- Best wishes! Yours, Lijuan Hai _ _

Re: about order of the libraries at link time

2008-05-06 Thread Ian Lance Taylor
Lijuan Hai [EMAIL PROTECTED] writes: g++ always add -lstdc++ -lm before any other libraries at link time. I want to link the libraries after libc.so. but I haven't found where to change the order in gcc sources. so could you provide any helpful hints on it? thanks in advance.