This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: remote linking.


On Fri, May 10, 2002 at 12:07:26AM +0300, Elias Athanasopoulos wrote:

>  % gcc -static foo.c -l192.168.1.2:/usr/lib/bar.a -o foo  

Ehm. Make it:

 % gcc -static foo.c -L192.168.1.2:/usr/lib/ -lbar -o foo

Elias

-- 
http://gnewtellium.sourceforge.net			MP3 is not a crime.	


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]