#16044: Fix install_name for remaining libraries preventing build on OS X 10.4 
PPC
--------------------------------------+------------------------
       Reporter:  kcrisman            |        Owner:
           Type:  defect              |       Status:  new
       Priority:  major               |    Milestone:  sage-6.3
      Component:  packages: standard  |   Resolution:
       Keywords:                      |    Merged in:
        Authors:                      |    Reviewers:
Report Upstream:  N/A                 |  Work issues:
         Branch:                      |       Commit:
   Dependencies:                      |     Stopgaps:
--------------------------------------+------------------------

Comment (by kcrisman):

 Unintended consequences?
 {{{
 gcc -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names  -undefined
 dynamic_lookup -single_module -multiply_defined suppress
 -L/Users/student/Desktop/sage-6.2.rc0/local/lib/  -o internet.so Rhttpd.o
 Rsock.o internet.o nanoftp.o nanohttp.o sock.o sockconn.o -L../../../lib
 -lR -dylib_file libRblas.dylib:../../../lib/libRblas.dylib  -Wl,-framework
 -Wl,CoreFoundation
 /usr/bin/ld: warning can't open dynamic library:
 /Users/student/Desktop/sage-6.2.rc0/local/lib/R/lib/libRblas.dylib
 referenced from: ../../../lib/libR.dylib (checking for undefined symbols
 may be affected) (No such file or directory, errno = 2)
 /usr/bin/ld: Undefined symbols:
 _dgemm_ referenced from libR expected to be defined in
 /Users/student/Desktop/sage-6.2.rc0/local/lib/R/lib/libRblas.dylib
 _dsyrk_ referenced from libR expected to be defined in
 /Users/student/Desktop/sage-6.2.rc0/local/lib/R/lib/libRblas.dylib
 _dtrsm_ referenced from libR expected to be defined in
 /Users/student/Desktop/sage-6.2.rc0/local/lib/R/lib/libRblas.dylib
 _zgemm_ referenced from libR expected to be defined in
 /Users/student/Desktop/sage-6.2.rc0/local/lib/R/lib/libRblas.dylib
 _daxpy_ referenced from libR expected to be defined in
 /Users/student/Desktop/sage-6.2.rc0/local/lib/R/lib/libRblas.dylib
 _dswap_ referenced from libR expected to be defined in
 /Users/student/Desktop/sage-6.2.rc0/local/lib/R/lib/libRblas.dylib
 _ddot_ referenced from libR expected to be defined in
 /Users/student/Desktop/sage-6.2.rc0/local/lib/R/lib/libRblas.dylib
 _dasum_ referenced from libR expected to be defined in
 /Users/student/Desktop/sage-6.2.rc0/local/lib/R/lib/libRblas.dylib
 _dscal_ referenced from libR expected to be defined in
 /Users/student/Desktop/sage-6.2.rc0/local/lib/R/lib/libRblas.dylib
 _dnrm2_ referenced from libR expected to be defined in
 /Users/student/Desktop/sage-6.2.rc0/local/lib/R/lib/libRblas.dylib
 _dcopy_ referenced from libR expected to be defined in
 /Users/student/Desktop/sage-6.2.rc0/local/lib/R/lib/libRblas.dylib
 _drot_ referenced from libR expected to be defined in
 /Users/student/Desktop/sage-6.2.rc0/local/lib/R/lib/libRblas.dylib
 _drotg_ referenced from libR expected to be defined in
 /Users/student/Desktop/sage-6.2.rc0/local/lib/R/lib/libRblas.dylib
 collect2: error: ld returned 1 exit status
 make[4]: *** [internet.so] Error 1
 make[3]: *** [R] Error 2
 make[2]: *** [make.internet] Error 2
 make[1]: *** [R] Error 1
 make: *** [R] Error 1
 Error building R.

 }}}
 I'll point out this was building p1, not p0, but I don't see how that
 would make a difference.

--
Ticket URL: <http://trac.sagemath.org/ticket/16044#comment:43>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to