This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
RE: difficulties converting to stdc++-v3 (2.90.8)
- To: Benjamin Kosnik <bkoz at redhat dot com>, Louis Janosek <louis at kazan dot com>
- Subject: RE: difficulties converting to stdc++-v3 (2.90.8)
- From: Louis Janosek <louis at kazan dot com>
- Date: Sat, 7 Oct 2000 16:41:58 -0500
- Cc: libstdc++ at sources dot redhat dot com
> /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