From bug-octave-request at bevo dot che dot wisc dot edu Mon Jan 26 13:35:23 1998 Subject: octave 2.0.9.96 with gcc-2.7.2.2 on HPUX10.20 From: "John W. Eaton" To: U-E59264-Osman Buyukisik cc: bug-octave at bevo dot che dot wisc dot edu Date: Mon, 26 Jan 1998 13:34:54 -0600 On 26-Jan-1998, U-E59264-Osman Buyukisik wrote: | gcc-2.8.0 did not work, so back to 2.7.2.2. Now I am getting : | | | c++ -c -I. -I.. -I../liboctave -I../src -I../glob -I../libcruft/misc -DHAVE_CONFIG_H -fno-implicit-templates -g -O2 -Wall dynamic-ld.cc | dynamic-ld.cc: In function `class oct_dl_info shl_resolve_ref(const class basic_string > &, const class basic_string > &, const class basic_string > &)': | dynamic-ld.cc:353: parse error before `;' | dynamic-ld.cc:353: warning: statement with no effect | dynamic-ld.cc:353: parse error before `)' | dynamic-ld.cc:373: `function' undeclared (first use this function) | dynamic-ld.cc:373: (Each undeclared identifier is reported only once | dynamic-ld.cc:373: for each function it appears in.) | dynamic-ld.cc:349: warning: unused parameter `const class basic_string > & file' | dynamic-ld.cc:384: confused by earlier errors, bailing out | make[2]: *** [dynamic-ld.o] Error 1 | make[2]: Leaving directory `/home/buyuk/octave-2.0.9.96/src' | make[1]: *** [src] Error 2 | make[1]: Leaving directory `/home/buyuk/octave-2.0.9.96' | make: *** [all] Error 2 | | I had --prefix=xxxx --enable-shared --enable-shl --enable-lite-kernel | for configure. Hmm. Your line numbers don't seem to match mine, but I think the problem is that the while loop in shl_resolve_ref should really be a for loop. jwe