help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: question about STL include files


From: Bernd Strieder
Subject: Re: question about STL include files
Date: Thu, 17 Jun 2004 08:51:26 +0200
User-agent: KNode/0.7.2

Hello,

My g++ tells with option -v

# g++ -v
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.1/specs
Konfiguriert mit: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib
--enable-languages=c,c++,f77,objc,java,ada --disable-checking
--enable-libgcj --with-gxx-include-dir=/usr/include/g++
--with-slibdir=/lib --with-system-zlib --enable-shared
--enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc-Version 3.3.1 (SuSE Linux)

This means it will look in /usr/include/g++ for the headers (configure
option --with-gxx-include-dir). Without that option it will look
somewhere under the prefix.

If you are interested, where the compiler takes actual headers from, add
some -M option to generate dependencies when calling gcc, see docs.

Bernd Strieder



reply via email to

[Prev in Thread] Current Thread [Next in Thread]