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

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

[Octave-bug-tracker] [bug #54235] problems building Octave on Solaris


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #54235] problems building Octave on Solaris
Date: Wed, 11 Jul 2018 12:37:35 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #73, bug #54235 (project octave):

LD_LIBRARY_PATH is used when running an executable, not when the compiler is
linking a program or library.

To see if there is a -L option that names that directory, use 


make V=1


To get even more info about exactly what linker command GCC is executing, add
"-v" to LDFLAGS, or execute the last link command that fails manually and
insert -v in the options.  With V=1 passed to make, libtool should show you
exactly what it is executing.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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