[G5:~/Desktop/ncurses-gpc-20050730] adriaan% gpc --automake -o firework firework.pas -Wno-underscore -L/usr/pkg/lib [G5:~/Desktop/ncurses-gpc-20050730] adriaan% ./firework
thanks adriaan
This compiles it without errors and very fast. Hmm.. but I get a message when I try to execute it:
Shared object "libncurses.so.5" not found
Any suggestions?
Karim Forsthofer wrote:
[G5:~/Desktop/ncurses-gpc-20050730] adriaan% gpc --automake -o firework firework.pas -Wno-underscore -L/usr/pkg/lib [G5:~/Desktop/ncurses-gpc-20050730] adriaan% ./firework
thanks adriaan
This compiles it without errors and very fast. Hmm.. but I get a message when I try to execute it:
Shared object "libncurses.so.5" not found
Any suggestions?
This looks like an installation problem, but I don't have any knowledge of NetBSD. On Mac OS X (which is based on FreeBSD), the libncurses shared library is located in /usr/lib/ (and so the -L/usr/pkg/lib command line switch is not needed).
Regards,
Adriaan van Os