This thread is locked.Only browsing is available.
Top Page > Browsing
problem on installation openmx 3.7 with patch 3 on debian wheezy
Date: 2013/06/23 19:54
Name: Ma

I install openmx 3.7 on debian, come with the next problem

/usr/bin/ld: cannot find -lcr
/usr/lib/libmpich.a(simple_pmi.o): In function `PMI_Init':
(.text+0xf4f): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
collect2: error: ld returned 1 exit status
make: *** [openmx] Error 1


i find libcr.so is already in /usr/lib/ and i create a link in /usr/locale/lib.
but can't solve the problem.
メンテ
Page: [1]

Re: problem on installation openmx 3.7 with patch 3 on debian wheezy ( No.1 )
Date: 2013/06/25 14:18
Name: T.V.T. Duy  <duytvt@jaist.ac.jp>

Hi,

You can try by replacing -lcr with a static link in LIB as below.

LIB = ... /usr/lib/libcr.a

Regards,
T.V.T. Duy
メンテ

Page: [1]