Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] building SWT on AIX with GTK2

 I think I may have just stumbled upon the answer.  It looks like the code dynamically loads the libraries it needs at runtime and thus those libraries are missing from the link step.  The solution would be to pass the AIX linker the proper flag to ignore undefined symbols.  It also looks like I need to modify os_custom.h to change all of the .so files to .a files.  Do I have this correct?  Are there other customizations I need to look at?

Bryan



Back to the top