programming in GRASS

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

Any ideas.

Thanks.

Srinivasan
srin@brcsun1.tamu.edu

Srin (srin@iiml.tamu.edu) writes on 1 Apr 93:

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.

--Darrell