I have been programming using GRASS libes for quite some time. But I never
had any problem like this error message. I don't know what lib I am missing
to link here.
ld: Undefined symbol
__des_crypt
__Q_get_rp_rd
_dlopen
_dlclose
_dlsym
_nl_langinfo
ld: Undefined symbol
__des_crypt
__Q_get_rp_rd
_dlopen
_dlclose
_dlsym
_nl_langinfo
Srini,
This is more than likely due to bugs in Sun's ld. I'll bet that you're
trying to statically link something. Trying using the -ldl flag.
Also, check out the FAQ for comp.sys.sun.* - this is probably covered
there.