Hello
I use pdaxrom kathrin rc9 and i compile it directly on the 860er zaurus. with zgcc as loop
device mounted at /opt/zgcc and PATH extends to /opt/zgcc/bin.
In /etc/ld.so.conf I insert /opt/zgcc/lib and run ldconfig
No cross compile so far.
If you try this yourself you will probably get the same results. The vm is not as big as you
might think and its worth a look. But i will explain it further at the bottom.
Please try to be a bit more specific.
What version of pdaxrom are you using?
Did you cross compile it or compile it on the Z?
I doubt that you can link a program that uses some shared libraries without the shared libraries...so I think it's a bit strange.
Maybe there are some shared libraries that are built with squeak and are not installed properly?
Can you copy the error message you get?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=71417\"][{POST_SNAPBACK}][/a][/div]
during compile time i see no error message. just a few warnings.
i did an extra build directory and configure runs fine
mkdir bd
cd bd
../platforms/unix/config/configure --without-npsqueak
make
*** Warning: This library needs some functionality provided by -lXext
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a shared version
*** of the library, which you do not appear to have
This is printed out for some of the libraries.
At last I get
*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module XDisplayControlPlugin. Therefore, libtool will create a
*** static module, that should work as long as the dlopening application is linked with
*** the -dlopen flag
Hmm ... This all points to a linking issue.
If I start squeak I get
could not find display driver vm-display-x11; either:
-check that /usr/local/lib/squeak/3.6-3/vm-display-x11.so exists, or
- bla bla bla
In /usr/local/lib/squeak/3.6-3/ exists a static version of the vm-display-x11 library, but no shared one.
The warning messages above I put in this text manually, no copy and paste. Uff. So there might be typos. A quick look into /usr/X11R6/lib shows shared libraries only. I dont understand the warnings. libtool is completely new to me.
That is a lot of text. I pray, that gives you a hint.
Thanks in advance
Enno