From octave-maintainers-request at bevo dot che dot wisc dot edu Fri Mar 26 01:11:47 1999 Subject: Re: `make' fails on SunOS 5.5 From: =?iso-2022-jp?B?GyRCJEokKyQ4GyhC?= To: jwe at bevo dot che dot wisc dot edu Cc: octave-maintainers at bevo dot che dot wisc dot edu Date: Fri, 26 Mar 1999 16:14:06 +0900 >>>>> "John" == John W Eaton writes: John> A quick workaround for this problem would be to change John> RDYNAMIC_FLAG = -rdynamic John> to John> RDYNAMIC_FLAG = John> in Makeconf. But the real fix involves figuring out why Octave's John> configure script thinks that linking with -rdynamic will succeed. In config.log, configure:4484: checking whether c++ accepts -rdynamic configure:4507: c++ -o conftest -g -O2 -rdynamic -g conftest.C -ldl -lsocket -lm 1>&5 c++: unrecognized option `-rdynamic' is found and `-rdynamic' is set in Makeconf. John> Can you tell me what happens if you compile (and link) a simple John> program with (snip) John> Does it fail? What is the exit status of g++? No, it succeeds. :-< With bash, nakaji at zeisei6$ g++ -rdynamic foo.cc && echo y g++: unrecognized option `-rdynamic' y Exit status seems 0. Egcs's bug (or feature)? Thanks, I try `edit Makeconf'... --- NAKAJI Hiroyuki