Hello,

Could someone please help me decipher this?

I'm running on a bsdi4.1
To find "libstdc++" I ran configure with the followoing  :
env CPPFLAGS=-I/usr/include/g++ LDFLAGS=-L/usr/lib ./configure 

If the error below says that it can't find "_G_config.h", it's at :
/usr/include/g++/_G_config.h ... but it looks to me like its looking for
it in the /usr/local/  path.

I've tried to have it look in /usr/local/include and /usr/include
at the same time but it errors with the libstdc++ error. And if
I decclare /usr/local/include only, there are other files it can't find.

Is this the correct syntax for declaring multiple library paths?:
with a colon separating them?.. this doesn't work for me:
env CPPFLAGS=-I/usr/include/g++:/usr/local/include/g++ LDFLAGS=-L/usr/lib ./configure

I'm trying to upgrade from the old insecure htdig 3.1 and in the
meantime my ISP upgraded to bsd4.1 from bsd 3.0 .  Maybe this could
be causing problems?

Thanks very much in advance,
Steve

<SNIP>
gcc -o db_stat  db_stat.o err.o getlong.o libdb.a
make[1]: Leaving directory `/usr/home/stevem/htdig315/htdig-3.1.5/db/dist'
make[1]: Entering directory `/usr/home/stevem/htdig315/htdig-3.1.5/htlib'
c++ -c  -DDEFAULT_CONFIG_FILE=\"/usr/home/stevem/usr/local/ttnthtdig/conf/htdi
g.conf\" -I../htlib -I../htcommon -I../db/dist -I../include -g -O2 Configuration
.cc
In file included from /usr/local/include/g++/streambuf.h:36,
                 from /usr/local/include/g++/iostream.h:31,
                 from /usr/local/include/g++/fstream.h:30,
                 from Configuration.cc:15:
/usr/local/include/g++/libio.h:30: _G_config.h: No such file or directory
make[1]: *** [Configuration.o] Error 1
make[1]: Leaving directory `/usr/home/stevem/htdig315/htdig-3.1.5/htlib'
make: *** [all] Error 1  

                                            

----------------------------------------------------------------
Get your free email from AltaVista at http://altavista.iname.com

------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.

Reply via email to