This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: difficulties converting to stdc++-v3 (2.90.8)


> /usr/local/bin/g++ -c  -DKAZAN -DLINUX -DCOMBYPASS
-Wno-non-template-friend
> -I../../kazan/include -I/usr/local/include/g++-v3 -g -DDEBUG -D_DEBUG
> -DLINUX -DGNU -DUNIX -I../../kazan/include  -o linux-g/_epigisctrl.o
> _epigisctrl.cpp

you shouldn't need to specify 

-I/usr/local/include/g++-v3

if you've built the compiler/library combo correctly.

-benjamin
======================================================

you were correct above. As soon as I removed '/usr/local/include/g++-v3'
from the compiler invocation path these problems went away. Thanks so much
for the advice. I'm off making mod's to my code to utilize the new lib.

louis

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]