hi,

i am trying to build the julia release on a remote unix system and get 
until this step:

[uctpfos@jake julia]$ make

    *LINK* *usr/bin/julia*

/opt/rh/devtoolset-3/root/usr/libexec/gcc/x86_64-redhat-linux/4.9.1/ld: 
/opt/rh/devtoolset-3/root/usr/lib/gcc/x86_64-redhat-linux/4.9.1/libstdc++_nonshared.a(system_error.o):
 
undefined reference to symbol '_ZTVSt14error_category@@GLIBCXX_3.4.11'

/usr/lib64/libstdc++.so.6: error adding symbols: DSO missing from command 
line

collect2: error: ld returned 1 exit status


[uctpfos@jake julia]$ echo $LD_LIBRARY_PATH

/usr/lib64/libstdc++.so.6:/opt/rh/devtoolset-3/root/usr/lib/gcc/x86_64-redhat-linux/4.9.1


I read here 
(http://stackoverflow.com/questions/24989432/linking-error-dso-missing-from-command-line)
 
that i should explicitly link to the missing library. how do i do this with 
the julia makefile? what else needs to be on my LD_LBIRARY_PATH?


thanks

Reply via email to