octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #32250] build error of DLD-FUNCTIONS __contour


From: Benjamin Lindner
Subject: [Octave-bug-tracker] [bug #32250] build error of DLD-FUNCTIONS __contourc__ on 3.3.90
Date: Tue, 01 Feb 2011 12:18:27 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12

Follow-up Comment #10, bug #32250 (project octave):

sorry, -lgfortran of course.
Why? Because "determining the fortran libraries" causes a lot of local
installation paths end up in FLIBS where they first: don't belong (gcc must
know itself where to find it's own libraries) and second: they are valid only
for the machine where octave is built - not for any other. As gcc is
relocatable (i.e. location independent) and octave is relocatable, such paths
should not be part of the configuration information. Otherwise user B, who
installs octave to a different path from where I built it when I prepared the
installer will see lots of -Lc:pathtowherever which are invaild on his
machine, and gcc (or ld) complains if you specify a path as search path which
does not exist.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32250>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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