This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13235] segfault on compiling lufs modules for linux 2.6.0-test11


------- Additional Comments From cottrell at wfu dot edu  2003-11-29 19:09 -------
(In reply to comment #2)
> What options did you supply?

Initially I configured lufs with "CFLAGS=-O2 --prefix=/usr".  When
the build failed I reconfigured with plain "./configure" and tried
again, with the same result.  The command that produced the error is
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../
-I/usr/src/kernel-devel/modules-extra-2.6/sources/lufs-0.9.7/include -O2 -Wall
-DSSHPROG=\"/usr/local/bin/ssh\" -O2 -Wall -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -MT sshfs.lo -MD -MP -MF .deps/sshfs.Tpo -c sshfs.cpp 
-fPIC -DPIC -o .libs/sshfs.o




-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13235


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]