|
| From: | John W. Eaton |
| Subject: | [Octave-bug-tracker] [bug #34725] Something regarding Lex causes build failure on OpenBSD |
| Date: | Wed, 02 Nov 2011 23:40:17 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2 Iceweasel/6.0.2 |
Follow-up Comment #13, bug #34725 (project octave):
OK, I think the linker error that I'm seeing is due to mixing an old version
of g77 with a newer version of gcc.
Octave's configure script tries to find out what -L and -l options to use to
link Fortran libraries.
>From running g77, it finds a -L/usr/local/lib/... directory corresponding to
the old g77. That causes the linker to find an old version of -lgcc, I think.
At least I think this explains the problem with the __pow* symbols.
I'm not sure about the stream symbols.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?34725>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |