Re: static linking problems



On Monday 15 March 2004 07:05, Günther Rapp wrote:
Ian Bell schrieb:
On Sunday 14 March 2004 11:33, Günther Rapp wrote:
Hi

I tried to link my gtk applications static to be sure to run
on different also older glib distributions.
Linking dynamic with RedHat 7.3  gcc 2.9x all runs well
Trying to set the -static it results in unresolved symbols
This is the GTK_LIB Path oder

You need to make sure you link against the static libraries and that you
have them installed (not the case in most distros).

This not the problem because all other functions are linkt with the *a
libraries, it has to to be something in the search path of the extern
functions


Are you absolutely certain you have all the *a libraries installed?

Ian



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]