I get the following compile errors:
g++ -Wall -O4 -mcpu=i686 -DNDEBUG -DUNIX -D_M_IX86 -c -I. -I../stlsoft -orecls_fileinfo_unix.o recls_fileinfo_unix.cpp
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
recls_fileinfo_unix.cpp: In function
Comment #1 by benoit — 2006-04-01T05:23:14Z
An additional compile problem
../stlsoft/unixstl_glob_sequence.h: In member function
Comment #2 by funisher — 2006-04-04T16:29:45Z
I got it to compile with gcc 4.0.3 replacing all "NULL" with "0" (even the ones in the asserts)