I am trying to port the Andrew Toolkit developed at CMU to the apollo 10.4 Domain environment.
I am having trouble with the dynamic linking as well as others. I have turned on the -W0,pic, -a -r options to the compiler and -a -r -A noallres -A loadhigh options to the linker. However, whenever the applications try to load I get an error indicating that the code is not position independent. I have stopped the linking of the static X11 libraries as well.
I am not sure what else needs to be done to make code dynamically linkable.