Re: [AD] Allegro 3.9.34 WIP release |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Wed, 24 Jan 2001, Eric Botcazou wrote:
> Linux Mandrake 6.1:
> - compilation: failed
> make: *** No rule to make target `lib/unix/liballeg-3.9.34.so', needed by
> `lib'. Stop.
> It looks like there is a vicious circle in the dependencies.
Run make depend before make. See readme.uni lines 95-104 :
If you are compiling a CVS version of Allegro, you'll need to
generate the configure script:
autoconf
You will also need:
make depend
To create the dependency files.
It works for me with Slackware 7.1, but it should work on every
distribution.
Have a nice day.
Stepan Roh