Re: [AD] 4.2.0 Beta 3 woes |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Thu, 2005-06-02 at 15:52 -0500, Shawn Walker wrote:
> On 6/2/05, Milan Mimica <milan.mimica1@xxxxxxxxxx> wrote:
> Shawn Walker wrote:
> > If disable asm support with ./configure --enable-asm=no,
> then I get
> > these errors:
>
> Run make depend first.
>
> Ah, not used to having to do that. That helps, but part of the way
> through compilation I hit this:
>
> gcc -s -L/usr/openwin/lib -o tests/test obj/unix/test.o
> lib/unix/liballeg.a -lm -lpthread -lXpm -lXext -lX11 -L/usr/lib -lesd
> -laudiofile -lm -lrt -lresolv -lnsl -lsocket -lposix4
> Undefined first referenced
> symbol in file
> split_modex_screen obj/unix/test.o
> ld: fatal: Symbol referencing errors. No output written to tests/test
> collect2: ld returned 1 exit status
> make: *** [tests/test] Error 1
>
>
> Thanks for the tips, keep them coming ;)
>
Hm, modex. Can you try with
./configure --enable-asm=no --enable-vga=no
That hopefully should keep out any references to the modex code. The
problem must be related to something else though, apparently GFX_MODEX
is defined while test.c is being compiled, but the library was built
without modex functions.
--
Elias Pschernig