This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: linking question - can objects in static archive refer to sharedlibs?
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Bahadir Balban <bahadir dot balban at gmail dot com>, gcc-help at gcc dot gnu dot org
- Date: Thu, 16 Dec 2004 11:56:09 -0600
- Subject: Re: linking question - can objects in static archive refer to sharedlibs?
- References: <7ac1e90c0412160950487223df@mail.gmail.com>
Hi Bahadir,
In your TestGtkEmbed compile line, I couldn't find...
-lXft
I think that'll fix your problem.
I presume there is a soft link from libXft.so to libXft.so.1 in your
libpath (the -Lyadayada parameters).
HTH,
--Eljay