Forum archive
JFDuke3D Linux compilation
- Hi,
I'm trying to compile jfd3d in my linux box with no success.
First, is needed to compile buildport previously? I get this error when i try to compile
/usr/bin/ld: cannot find -lfmod
libfmod is installed in my system, the headers are into the "include" subdir,
When i try to compile JFDuke the error is the next
there is no rule to construct to the objective `enginelib';. Stop
Is there some guide or linux user with the binaries built succesfully?
Thanks FMOD
You need to to symlink your libfmod-3.whatever to libfmod.so. I used libfmod-3.7.4.so so I did the following: ln -s libfmod-3.7.4 libfmod.so
Remeber to place these in your /usr/lib directory.
Yours,
The Magus