Re: [AD] Problems using latest debug version |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Allegro Conductors <conductors@xxxxxxxxxx>
- Subject: Re: [AD] Problems using latest debug version
- From: Grzegorz Adam Hankiewicz <gradha@xxxxxxxxxx>
- Date: Thu, 23 Nov 2000 01:04:49 +0100 (CET)
On Wed, 22 Nov 2000 gfoot@xxxxxxxxxx wrote:
> I think maybe the problem is that you disabled the VGA driver
> but not the Mode-X driver?
Hehe, I tried reenablibg the vga stuff (because I didn't see a
--disable-modex configure option) and in fact, now there are more
undefines, possibly from the recently included vga code :)
gcc -L/usr/X11R6/lib -o demo/demo obj/unix/demo.o -Llib/unix
-lalld-3.9.34 -lalld_unsharable -lm -lvga -lggi -lXxf86dga -lXxf86vm
-lXext -lX11 -lasound
lib/unix/liballd-3.9.34.so: undefined reference to `_read_vga_register'
lib/unix/liballd-3.9.34.so: undefined reference to `_vsync_out_v'
lib/unix/liballd-3.9.34.so: undefined reference to `_alter_vga_register'
lib/unix/liballd-3.9.34.so: undefined reference to `_write_hpp'
lib/unix/liballd-3.9.34.so: undefined reference to `_vsync_out_h'
lib/unix/liballd-3.9.34.so: undefined reference to `_write_vga_register'
lib/unix/liballd-3.9.34.so: undefined reference to `_vsync_in'
Guess what: if I change -lalld-3.9.34 and -lalld_unsharable to
-lalleg-3.9.34 and -lalleg_unsharable, the thing works perfectly. Any
ideas? I don't even know at what should I look, since I never touched
allegro's graphic internals before.
Grzegorz Adam Hankiewicz gradha@xxxxxxxxxx - http://gradha.infierno.org
Other web pages: http://glub.ehu.es/ - http://welcome.to/gogosoftware/