Karim Forsthofer wrote:
I have put libncurses.so.5 from /usr/pkg/lib to /usr/lib. It works now. It seems to me that your bindings don`t need adaption. I will check the library search path for gcc. It`s weird that the binary don`t find the right library, even when the -lncurses path is given.
The -L option only refers to link-time searching. For runtime searching, one often needs an additional option. Under Linux this would be -Wl,-R/usr/pkg/lib (sic!, one single option, without spaces), perhaps the same works under *BSD as well.
By the way. Why don`t you upload the bindings to the gnu-pascal site? Some little webspace for gpc bindings/stuff would be great. That`s also what fpc is doing.
Yes, we have plenty of web space for contributions. If you (Willett) would like to get an account (ssh/scp/sftp), please mail me privately. Alternative, you can upload the package through the upload form (under "Downloads" ;-) on the web site.
Frank