��
In debian (I don't really know ubuntu), you have apt-file to search for a package's file:
apt-file search asoundlib.h

And a really great command is "auto-apt run" which installs automagically all needed packages for a given command. You can try:
auto-apt run ../unix/cmake/configure

when it detects a missing header, it will search the corresponding package and prompt you to install it.

��

I tried both tools but don't seem to work...I don't know why. They just do nothing. But anyway, I do it manually :)


you have to run��

apt-file update

in order to populate / refresh apt file cache.



If someone is interested, these are all the packages I needed to install in order not to have problems in my Ubuntu 9.10:

sudo apt-get install linux-libc-dev libecasound2.2-dev libasound2-dev libc6-dev gnulib libc6-dev libpulse-dev libxrender-dev uuid-dev

Should be on Pharo website, given the popularity of Ubuntu.


Ok.....but not only plugins. For exaple, if I don't want UTF-8 ?


errr... maybe it's time to ask to the vm-dev list :)
��


ufff.....what an idiot...thanks!�� did you already discovered I am a newbie here ? :)


Me too, but a little less every day :)

Laurent Laffont