Originally posted by: BillDev
I'm attempting to build Qt 4.7.2 on our Aix 6.1 using xlC V 11.1 compiler.
I get through most of the Qt build but get the following errors when attempting to link/create the .so.
ld: 0711-317 ERROR: Undefined symbol: .XConvertCase
ld: 0711-317 ERROR: Undefined symbol: .XInternAtoms
ld: 0711-317 ERROR: Undefined symbol: .XFilterEvent
Obviously some missing Xlib library but I cannot figure what I need to add to the makefile to build
Where would the libs for these be located on a AIX 6.1 system?
Thanks for any help.
#AIX-Forum