Operating System - HP-UX
1832541 Members
6043 Online
110043 Solutions
New Discussion

Unsatisfied Symbols error

 
Praveen Padala
Occasional Contributor

Unsatisfied Symbols error

Hi,
I am a novice in working with C++ on HP-UX server.. We have a HP-UX server V 10.20.. My problem here is, when I am trying to compile my C++ code, it's giving me the following errors:

/usr/ccs/bin/ld: Unsatisfied symbols:
cma_pipe (code)
cma_write (code)
cma_sleep (code)
cma_recvfrom (code)
pthread_join (code)
cma_send (code)
pthread_mutex_init (code)
cma_connect (code)
cma_recv (code)
cma_close (code)
pthread_attr_default (data)
cma_ioctl (code)
pthread_setspecific (code)
pthread_mutex_unlock (code)
pthread_create (code)
pthread_lock_global_np (code)
cma_read (code)
pthread_getspecific (code)
pthread_exit (code)
cma_socket (code)
cma_waitpid (code)
cma_accept (code)
pthread_unlock_global_np (code)
cma_fork (code)
cma_wait (code)
cma_select (code)
cma_open (code)
pthread_mutex_destroy (code)
cma_fcntl (code)
pthread_mutex_trylock (code)
cma_sendto (code)
pthread_mutex_lock (code)
pthread_keycreate (code)
pthread_mutexattr_default (data)
pthread_self (code)
*** Error exit code 1

can anyone help me how can I resolve this?? I am also attaching the make file that I am using..

Thank you very much for your help
1 REPLY 1
Theresa Patrie
Regular Advisor

Re: Unsatisfied Symbols error

Hi Praveen,
I too am a novice C programmer, but looks like like link libraries are your problem. Check the following response found by doing a search on "unsatisfied symbol compile".

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5ab64e49c5cdd5118ff40090279cd0f9,00.html

Theresa
This is my easy job!