octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `make' fails on SunOS 5.5


From: なかじ
Subject: Re: `make' fails on SunOS 5.5
Date: Fri, 26 Mar 1999 16:14:06 +0900

>>>>> "John" == John W Eaton <address@hidden> 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,

        address@hidden 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]