SDL_image installation new problem with solaris

How about ‘make install’ on SDL1.2.2?

Thanks, I finally made it, I hade to call
./configure --prefix /home/login/pub
to make a clean install.
Now tests programs compiles and works!

But I have another problem while I tries to install SDL_image1.2.0.
Here what I do in SDL_image1.2.0 with terminal:

autogen.sh
Now you are ready to run ./configure
./configure --prefix /home/ldecharr/pub
[…everythings looks right…]
creating ./config.status
creating Makefile
creating SDL_image.spec
make
mksh: Fatal error in reader: = missing from replacement macro reference
Current working directory /home/login/pub/SDL_image-1.2.0

I don’t know what to try.
Should I put the files in a special place ?

Thanks!

Luc-Olivier

Ok, I’m sorry, I’v solvel the problem myself.
But the file autoconf looks buggy to me.

The solution was to avoid calling

autoconf.sh
And only
./configure --prefix /home/login/pub

The same for SDL_image and SDL_net.

I’m really unable to find what’s wrong in autoconf.sh,
may someone find a way to avoid this problem for
future newbies ?

Ca marche bien sur Solaris ?
Jocelyn.
PS: Tu utilises quelle version ?
“Luc-Olivier De Charriere” a ?crit dans le message news:
3BBB1BC6.8195F262 at
a.com…> Ok, I’m sorry, I’v solvel the problem myself.

But the file autoconf looks buggy to me.

The solution was to avoid calling

autoconf.sh
And only
./configure --prefix /home/login/pub

The same for SDL_image and SDL_net.

I’m really unable to find what’s wrong in autoconf.sh,
may someone find a way to avoid this problem for
future newbies ?