c - AIX run time error: Symbol __dbargs (number 191) is not exported from dependent -


i getting errors when try run executable shared library on aix:

    symbol __dbargs (number 191) not exported dependent       module /opt/ca/sharedcomponents/lib/libcfosservices.a.     symbol __dbsubc (number 192) not exported dependent       module /opt/ca/sharedcomponents/lib/libcfosservices.a.     symbol __dbsubg (number 193) not exported dependent       module /opt/ca/sharedcomponents/lib/libcfosservices.a.     symbol __dbsubn (number 194) not exported dependent       module /opt/ca/sharedcomponents/lib/libcfosservices.a. 

according google searches remedied removing -g option during compilation , linking. rather keep debugging info there. possible? i have tried add -lg, of search results have suggested. did not either.

update

it turns adding explicit -lg help.

it turns adding explicit -lg help.


Comments