Hi Steve, * Steve wrote on Wed, Oct 12, 2005 at 07:15:15PM CEST: > Ralf Wildenhues wrote: > > > >Well, sure. They have to be in the same source file or in a header that > >is included there (the latter preferred). > > > That is new to me. I thought (dont matter if template or normal > class) the c++ way to define a class or template is to write > declarations in *.h and implentations in *.cpp...
Not correct. It matters a lot whether you talk about a class template or a "normal" class. As you just had to learn. > >Independent of your problem, there are a few bogus > > -Wl,--rpath -Wl,/usr/lib/. > >entries created here. I suspect a libtool bug. > [EMAIL PROTECTED] ~ $ libtool --version > ltmain.sh (GNU libtool) 1.5.18 (1.1220.2.246 2005/05/16 10:00:18) > >If the version is newer than 1.5.10, > >then please also send the output of `libtool --tag=CXX --config', > >else don't bother (but do consider updating to Libtool 1.5.20). > > > Ive upgradet to libtool 1.5.20 and the output with new libtool version > looks so: *snip* Good. The issue seems not to be present in 1.5.20. Thanks. Cheers, Ralf
