Re: [AD] build process overhaul |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2005-12-18, Elias Pschernig <elias@xxxxxxxxxx> wrote:
>
> I had to edit /usr/lib/python2.3/site-packages/SCons/Script/SConscript.py to this:
Thanks. It starts now, but the X libraries are not being linked in:
Install file: "liballeg-4.3.0.so" as "lib/unix/liballeg-4.3.0.so"
gcc -o examples/ex12bit obj/examples/ex12bit.o -Llib/unix -lalleg-4.3.0
lib/unix/liballeg-4.3.0.so: undefined reference to `XFreePixmap'
lib/unix/liballeg-4.3.0.so: undefined reference to `XSetWMProtocols'
... etc ...
Peter