Multiple versions of gcc installed

2004-10-06 Thread Brendan Simon
x27;t execute the older 2.95 compiler using the appropriate gcc switches. -V or -B. See below. Looks like there are a few installation problems for multiple versions of gcc. Regards, Brendan Simon. $ ls -l /usr/lib/gcc-lib/powerpc-linux/ total 8 drwxr-xr-x 3 root root 4096 Oct 1 16:48 2.95.4 drw

linking with multiple versions of gcc installed

2004-10-13 Thread Brendan Simon
libc.so as this file is copied to the end product filesystem. Is the correct solution to use -rpath or more likely -rpath-link in my linking commands ??? If so, could some one give me some idea of the best way to use them. Many thanks, Brendan Simon.