From owner-bug-octave at bevo dot che dot wisc dot edu Fri Jan 31 05:33:38 1997 Subject: Compilation on Sun, f2c-main.c From: ca at hamburg dot germanlloyd dot de (Dr. Cabos (576)) To: bug-octave at bevo dot che dot wisc dot edu Date: Fri, 31 Jan 1997 12:32:13 +0100 compiling octave-2.0.1 on a Sun results in gcc -c -I. -I.. -I../liboctave -I../src -I../glob -I../libcruft/misc -DHAVE_CONFIG_H -g -O2 -Wall f2c-main.c f2c-main.c:25: parse error before `/' make[2]: *** [f2c-main.o] Error 1 make[2]: Leaving directory `/export/data/ca/octave-2.0.1/liboctave' make[1]: *** [liboctave] Error 2 make[1]: Leaving directory `/export/data/ca/octave-2.0.1' make: *** [all] Error 2 because you use C++ comment lines in C-code. Regards, Christian