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

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

[Octave-bug-tracker] [bug #31046] Check for lsame obsolete


From: anonymous
Subject: [Octave-bug-tracker] [bug #31046] Check for lsame obsolete
Date: Thu, 16 Sep 2010 15:36:17 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9

Follow-up Comment #3, bug #31046 (project octave):

Here is the output of config.log and I found out, that the flag "-framework
vecLib" isn't used anymore on the Mac platform that we used for a very long
time. I'm surprised that the compiler finds a -lblas and I wonder where it
comes from?! Looks like there have changed some more things that I need to
investigate...

configure:43785: checking whether LSAME is called correctly from Fortran
configure:43808: i386-apple-darwin8.11.1-g95 -o conftest -O -mieee-fp
-fforce-addr -I/Applications/Programming/Octave.app/Contents/Resources/include
-mieee-fp  -L/Applications/Programming/Octave.app/Contents/Resources/lib
-Wl,-headerpad_max_install_names   -Wl,-syslibroot
-Wl,/Developer/SDKs/MacOSX10.6.sdk -Wl,-lexpat conftest.f -lblas -lm   >&5
/var/folders/4Z/4ZhcEt0RHjKlYwMVpGf+PE+++TI/-Tmp-//cc022Gqj.s:94:indirect jmp
without `*'
/var/folders/4Z/4ZhcEt0RHjKlYwMVpGf+PE+++TI/-Tmp-//cc022Gqj.s:109:indirect
jmp without `*'
/var/folders/4Z/4ZhcEt0RHjKlYwMVpGf+PE+++TI/-Tmp-//cc022Gqj.s:124:indirect
jmp without `*'
Undefined symbols:
  "_lsame_", referenced from:
      _MAIN_ in ccRjTMKy.o
      _MAIN_ in ccRjTMKy.o
ld: symbol(s) not found

Ok, further investigation results follow ;-) Looks like in ax_blas.m4 my new
Mac 10.6 now finds "-lblas" before the test for "-framework veclib" is
started, that's why "-framework veclib" isn't used anymore. I quickly changed
the order of these tests and the results look very good again. A patch file is
attached where you can see my modifications.

Please decide for yourselves if this change would be a possible solution?


(file #21474)
    _______________________________________________________

Additional Item Attachment:

File name: ax_blas.diff                   Size:1 KB


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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