Linking problem

2003-06-06 Thread David Svoboda
I've been using Copmaq C++ compiler for Tru64 alpha. Now I have the following problem: Compilation of all the source files (they include templates) is performed and everything seems ok. But when I try to link the object files (typically from the ".libs/" directory) into the library, the following

questions on libtool installation on Redhat 7.2

2003-06-06 Thread Jack Hu
dear helper, there is libtool 1.4 installed (RPM) on my redhat7.2. My question is how to uninstall the libtool1.4 and install two versions of libtool, one is libtool 1.3.5 and another one is libtool 1.4.2. My gcc 3.0.2 building need libtool 1.3.5 and the classpath building need libtool 1.4.2. T