Abrick now works
-
- Posts: 15
- Joined: Thu Jan 05, 2006 10:43 am
Abrick now works
Before the game abrick would not compile out of the pspware repository because the SDL_mixer library was not linked correctly. I now linked the SDL_mixer library to libvorbis in the abrick makefile and now the game compiles correctly. I already uploaded the new makefile to svn so the game now has a new makefile to compile the game correctly. IT is a cool tetris like game so enjoy everyone!
-
- Posts: 13
- Joined: Tue Aug 09, 2005 1:43 am
- Location: massachusetts
It's up to libtool to do that. Anyone know the proper way to get libtool to set link_all_deplibs=yes? Is that in acinclude.m4?rinco wrote:Perhaps it would be best to link vorbisidec into SDL_mixer?
edit: that's assuming, of course, this linking the dependencies is a good idea -- you might start running into problems where SDL_mixer was linked against an older libc, and the rest of the project is against a newer libc, etc...