#45195: ncarg @6.2.1 +gcc49 Compile Error (includes +mpich) and also cannot find "_HE5_EHHEisHE5" ---------------------------------+-------------------------------- Reporter: William.Capehart@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: ncarg | ---------------------------------+-------------------------------- Comment (by William.Capehart@…): Replying to [comment:3 takeshi@…]:
It appears to be due to the missing symbol in your libhe5_hdfeos.dylib. I have that symbol. Could you try the following? If it is missing you get no result or U for undefined instead of T.
{{{ nm /opt/local/lib/hdfeos5/lib/libhe5_hdfeos.dylib | grep _HE5_EHHEisHE5 00000000000151a6 T _HE5_EHHEisHE5 }}}
Takeshi, I get the following: {{{ % nm /opt/local/lib/hdfeos5/lib/libhe5_hdfeos.dylib | grep _HE5_EHHEisHE5 U _HE5_EHHEisHE5 }}} I do not get the {{{ 00000000000151a6 T _HE5_EHHEisHE5 }}} That you get. Also if this helps I have the following hdf libraries {{{ % sudo port -v installed | grep hdf hdf4 @4.2.10_0+gcc49 (active) platform='darwin 13' archs='x86_64' hdf5 @1.8.13_0+cxx+gcc49+mpich (active) platform='darwin 13' archs='x86_64' hdfeos @2.19_0 (active) platform='darwin 13' archs='x86_64' hdfeos5 @1.15_2+mpich (active) platform='darwin 13' archs='x86_64' }}} Bill -- Ticket URL: <https://trac.macports.org/ticket/45195#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X