gcc-3.0 pre and mem_fun()
Craig Rodrigues
rodrigc@mediaone.net
Sun May 27 18:55:00 GMT 2001
----- Forwarded message from "R. Sinoradzki" <sinoradz@student.uni-kl.de> -----
Date: Mon, 28 May 2001 03:54:47 +0200
From: "R. Sinoradzki" <sinoradz@student.uni-kl.de>
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.4-xfs i686)
X-Accept-Language: en
To: Craig Rodrigues <rodrigc@mediaone.net>
Subject: Re: gcc-3.0 pre and mem_fun()
Hi,
You solved my problem.
I think my compiler was running with older libraries. I once
configured the compiler without --enable-version-specific-runtime-libs.
But I run 4 compilers on my machine. So I changed the configuration.
I guess, the compiler used an older version of the library.
Now I placed '/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0/' in
the first position of LD_LIBRARY_PATH and everything is o.k.
Thanks a lot.
bye, Ralf
Craig Rodrigues wrote:
>
> Hi,
>
> Make sure that /usr/local/lib is in your LD_LIBRARY_PATH.
> Does it work then?
>
> If you are using bash as your shell, make sure that LD_LIBRARY_PATH
> is exported as well:
>
> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
>
> --
> Craig Rodrigues
> http://www.gis.net/~craigr
> rodrigc@mediaone.net
----- End forwarded message -----
More information about the Gcc
mailing list