On Feb 15, 2007, at 12:03 PM, Bert Freudenberg wrote:


On Feb 15, 2007, at 11:33 , Damien Cassou wrote:


On Feb 15, 2007, at 11:30 AM, Bert Freudenberg wrote:


On Feb 15, 2007, at 10:00 , Damien Cassou wrote:

Hi,

I can't manage to properly compile squeak on my current architecture. At the end, the file vm-display-x11.so is missing:

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module vm-display-X11.

Looks like some library is missing on your system. Can you find out which?

How can I find what is missing ?

Don't know. Look at the log carefully. Or maybe do an ldd on a precompiled vm-display-x11.so.

You did a complete build, right?


I don't know what you call a complete build. Here are the steps I followed:

- svn co ...
- cd squeak-svn
- mkdir bld
- cd bld
- ../platforms/.../configure --prefix=... --with-audio=none

(here, I remove the ALSA plugin reference from the Makefile because configure doesn't want to obey to the parameter I gave)

- make -j 8
- make install

-- 
Damien Cassou