Peter Gerwinski wrote:
In this case it is `libgcc.a' that is not found. You can move or copy it from your GCC's directory
/usr/lib/gcc-lib/<platform>/<version>/
to a global one (such as /usr/local/lib/). After my humble experience, this doesn't harm. (But don't blame me if it does for you.;-)
This works for my case too with :
cd /usr/local/lib ln -s /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/libgcc.a libgcc.a
Hope it will be the same for other pgm...
Another workaround would be to copy or link the same file from GCC's directory above to GPC's one.
A correct solution is to supply the correct version of `libgcc.a' in the GPC distribution - or to package corresponding versions of GPC and GCC in the distribution. This is the distributor's home work.
Sure it will be easier for gnu tools non-expert as me ...
Another correct solution is to ...
grab sources of gcc from RedHat's CD and rebuild GPC from sources.
Exactly.
I was doing that when your message arrive... I will try this too.
Hope this helps,
Yes and thank you for all helper !
This list is very dynamic !
Marc SERRAU Visitez http://www.astrosurf.org/noctambule In Linux we trust, more and more...
PS : My objective is to design a Linux driver for an astrnomical CCD camera. A part of the actual code is in BP...