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]

egcs 1.0.3a problem


I installed egcs 1.0.3a on my Digital UNIX 3.2c.  I run the test suite
and it failed a few of them (attached below).  When I tried to use it
to compile xshisen-1.35, it failed.  It seems that cpp was not
properly replace the macro reference LIB_DIR as supplied on the
command line.  Is this real bug or my configuration is faulty?
Thanks.

c++ -c -g -O -I -DLIB_DIR=\"/usr/local/share/xshisen\" -DHAVE_CONFIG_H main.C -o main.o
main.C:75: `LIB_DIR' was not declared in this scope
main.C: In function `char refreshtimer(void *)':
main.C:128: warning: implicit declaration of function `int usleep(...)'
make: *** [main.o] Error 1

					-- Paul  07/27/98  10:47 AM --

xshisen-1.35.log

egcs-1.0.3a.log


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