Re: D+Ubuntu+SDL_image said undefined reference

2009-12-30 Thread alisue
Trass3r Wrote: > Michael P. schrieb: > > How come you are not using something like rebuild or DSSS? > > don't forget xfBuild ;) Well... Because I haven't heard about them. I knew 'rebuild' and 'DSSS' but I thought it might be too old (For Mac OS X 10.4 I use Mac OS X 10.6 and Most of time

Re: D+Ubuntu+SDL_image said undefined reference

2009-12-30 Thread alisue
alisue Wrote: Wow. Solved. What I did is that compile SDL_video.d and SDL_image.d like: -- $ gdc -c hello.d -ISDL $ gdc -c SDL/SDL_image.d -ISDL $ gdc -c SDL/SDL_video.d -ISDL $ gdc -ohello hello.o SDL_image.o SDL_video.o -lSDL

D+Ubuntu+SDL_image said undefined reference

2009-12-30 Thread alisue
Hi. I'm new to D and I tried to use D with SDL_image(actually SDL_mixer as well) but it doesn't work. I used SDL header of D on "D - porting (http://shinh.skr.jp/d/porting.html)" and I could build simple SDL application(Only using SDL, not with SDL_image) in Ubuntu. However when I use SDL_image