Can someone translate
Manage your shell environment variables and aliases
Brought to you by:
leomania,
xdelaruelle
From: Ric R. <Ric...@ca...> - 2001-07-18 00:43:13
|
Hi all Keep running into this symbol ref error during compile of Modules-3.1.3 and my brain is melting ld: fatal: Symbol referencing errors. No output written to modulecmd collect2: ld returned 1 exit status make: *** [modulecmd] Error 1 Being that I am not a compiler guy - Anyone care to translate this from the PROBLEMS file in Modules-3.1.3 dist? SOLARIS ------- IF you really want a static binary, you will have to make sure to link everything EXCEPT `-ldl' static. This you control with the option -Bstatic and -Bdynamic. GCC doesn't support this, so you must call the `ld' directly... Also, if you have X11 support, and want a static binary in OW3.3, you must add these libraries as well: -lsocket -lnsl -lw -lintl <<Ric Rocheleau.vcf>> |