houghtonator
September 29th, 2006, 01:08 AM
Just starting to do some C++ development.
Compiling with gcc v3.4, and make using 'makedepend' for multiple file compilation.
Not sure how to direct the compiler to libraries
getting:
makedepend -- -Wall -pedantic-errors -g -- Cell.cpp Mazer.cpp
makedepend: warning: Mazer.cpp, line 10: cannot find include file "fstream"
not in /usr/include/fstream
where libraries are in /usr/include/c++/3.4
tried installing gccmakedep
while trying to configure, got:
checking if gcc -E requires -undef... gcc: no input files
gcc: no input files
configure: error: gcc -E defines unix with or without -undef. I don't know what to do.
thanks
Compiling with gcc v3.4, and make using 'makedepend' for multiple file compilation.
Not sure how to direct the compiler to libraries
getting:
makedepend -- -Wall -pedantic-errors -g -- Cell.cpp Mazer.cpp
makedepend: warning: Mazer.cpp, line 10: cannot find include file "fstream"
not in /usr/include/fstream
where libraries are in /usr/include/c++/3.4
tried installing gccmakedep
while trying to configure, got:
checking if gcc -E requires -undef... gcc: no input files
gcc: no input files
configure: error: gcc -E defines unix with or without -undef. I don't know what to do.
thanks