SDL & BeOS

I have get SDLNet to compile and work in BeOS, but I have to do:

./configure
./make

And then the prefix that it has isn’t valid (/usr/local/) could this
done by default just like SDL.

localhost isn’t defined in BeOS, isn’t it?

Miguel

A free open source massive multiplayer online role playing game
http://www.arianne.cx

So change the prefix when you run configure:

./configure --prefix=

where path is the directory you want it to go to.

–Ryan

MIGUEL ANGEL BLANCH LARDIN wrote:>

I have get SDLNet to compile and work in BeOS, but I have to do:

./configure
./make

And then the prefix that it has isn’t valid (/usr/local/) could this
done by default just like SDL.

localhost isn’t defined in BeOS, isn’t it?

Miguel

A free open source massive multiplayer online role playing game
http://www.arianne.cx