This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: static lib problem
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: De Leeuw Guy <G dot De_Leeuw at eurofer dot be>, gcc-help at gcc dot gnu dot org
- Date: Tue, 25 May 2004 07:08:51 -0500
- Subject: Re: static lib problem
- References: <1085482009.1932.17.camel@pcGDL.eurofer.be>
Hi Guy,
Try this for Building the executable (all one line):
gcc -o Linux/crlf Linux/crlf.o
-L../../libLassiec/Unix/Linux -Wl,-Bstatic -llassiec -lisam -lc_nonshared
HTH,
--Eljay