View previous topic :: View next topic |
Author |
Message |
terminalinsanity
Joined: 03 Jul 2005 Posts: 2
|
Posted: Sun Jul 03, 2005 3:38 Post subject: BSD Ports?! |
|
|
Where are they?!
I can't compile nwnx2 on FreeBSD...
Code: | -bash-2.05b$ make install
g++ -O -pipe -c nwnx2lib.cpp
g++ -O -pipe -c NWNXBase.cpp
g++ -O -pipe -c gline.cpp
g++ -w -fPIC -shared -W -Wall -o nwnx2.so -ldl -DHAVE_CONFIG_H
/usr/libexec/elf/ld: cannot find -ldl
*** Error code 1
Stop in /usr/home/whp/nwnd/linnwnx2.
|
Is there a pre-compiled version of nwnx2 for linux, that will run and work in freebsd? |
|
Back to top |
|
|
NoMercy
Joined: 03 Jan 2005 Posts: 123 Location: UK
|
Posted: Sun Jul 03, 2005 13:00 Post subject: |
|
|
I'm not a freebsd user, but you might have some luck if you edit the Makefile's in particular and remove any -ldl in them, it's possible that freebsd includes the dynamic linking library by default.
If that failes I'm sure someone can provide some pre-built binaries. |
|
Back to top |
|
|
|