On Mon, 3 Nov 2003, Florent Gilain wrote:
>Andreas,
>I created a file called fgilain.sh in bninc root folder containing :
># cat fgilain.sh
(...)
>Then I ran this :
>sh ./fgilain.sh
>I get theses errors :
>Symbole                 premiere reference
> non defini                         dans le fichier
>connect
>shutdown
>socket

Hmm... on some old unix platforms at the university we had to also link 
-lnsl -lsocket to get stuff to work.

Try editing the fgilain.sh script and add -lnsl -lsocket before -ldl.
If it fails, try without -lnsl (just -lsocket) and see if that helps.

Andy :-)

--
Andreas Aardal Hanssen   | http://www.andreas.hanssen.name/gpg
Author of Binc IMAP      |  "It is better not to do something
http://www.bincimap.org/ |        than to do it poorly."


Reply via email to