cgx compile problem

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
cgx compile problem

Submitted by Anonymous on Thu, 04/19/2001 - 23:17. Developers
Hi! I can`t figure out why I get an error when using cgx.
There was another guy on our project (another state, same server) who used to use cgx. He tried it again and did not get the same error; it compiled fine. I`m looking for environmental descrepancies.

I don`t know enough about BX4.0 yet to use the GUI to generate c from a uil. The other guy never used it that way.

This is what I type in and get

/> /ICS/databaseXcessory.1.5/bin/cgx -path /ICS/databaseXcessory.1.5 -file filename.uil
/usr/lib/dld.sl Unresolved symbol _SYSTEM_ID (data) from /usr/lib/libc.1
/usr/lib/dld.sl Unresolved module for symbol _strlen (code) from /usr/lib/libc.1
IOT trap (core dumped)

Once I used the same cgx executable that the other guy used and got this
/> /home/otherguy/bin/cgx -path /ICS/databaseXcessory.1.5 -file filename.uil
/usr/lib/dld.sl Unresolved symbol dbm_open (code) from /home/otherguy/bin/cgx

The other guy worked on this a few years ago and doesn`t remember what he did to fix it.
Any ideas will be helpful.

Thx, Newdebugger

Anonymous

It looks like your libc is out of sync with your DX.

Is the version of DX the installed for the current version of libc ?

Can you get the old libc, and point an environment variable it is location? (Not sure what platform your are on, so I cannot be more specific)

Good luck,

-scorch