[MacPorts] #35851: DSDP: Undefined symbols: _ATL_cGetNB _ATL_dGetNB _ATL_sGetNB _ATL_zGetNB __gfortran_compare_string __gfortran_concat_string

MacPorts noreply at macports.org
Mon Aug 27 13:13:19 PDT 2012


#35851: DSDP: Undefined symbols: _ATL_cGetNB _ATL_dGetNB _ATL_sGetNB _ATL_zGetNB
__gfortran_compare_string __gfortran_concat_string
------------------------------------+---------------------------------------
 Reporter:  yotam@…                 |       Owner:  mnick@…           
     Type:  defect                  |      Status:  new               
 Priority:  Normal                  |   Milestone:                    
Component:  ports                   |     Version:  2.1.2             
 Keywords:                          |        Port:  DSDP              
------------------------------------+---------------------------------------

Comment(by yotam@…):

 I tried building DSDP with a different compiler, as per the wiki
 instructions:

 >>>
 Xcode 4.2 and later

 If a port foo fails to build and you're using Xcode 4.2 or later, the
 default compiler is clang; try compiling with llvm-gcc-4.2 instead:


 {{{
 sudo port clean foo
 sudo port install foo configure.compiler=llvm-gcc-4.2
 }}}

 If that fails, try installing the apple-gcc42 port and compiling with
 that:

 {{{
 sudo port clean foo
 sudo port install apple-gcc42
 sudo port install foo configure.compiler=apple-gcc-4.2
 configure.cxx=g++-apple-4.2
 }}}
 <<<

 Both alternate compilers (llvm-gcc-4.2 and apple-gcc42) produced the exact
 same linker errors.

-- 
Ticket URL: <https://trac.macports.org/ticket/35851#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list