Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Dec 1998 02:03:12 +0900
From:      Marc Bradshaw <tad@tads.org>
To:        questions@FreeBSD.ORG
Subject:   EsemFax compile probs
Message-ID:  <36696750.107E1C35@tads.org>

next in thread | raw e-mail | index | archive | help
Has anyone comiled faxd from the Esemfax package for FreeBSD ?  I get
these two errors :

# make
gcc -Wall -O2  faxd.c  -o faxd
faxd.c: In function `main':
faxd.c:185: `errno' undeclared (first use this function)
faxd.c:185: (Each undeclared identifier is reported only once
faxd.c:185: for each function it appears in.)
faxd.c:185: `ENOTCONN' undeclared (first use this function)
*** Error code 1

and...

# make
gcc -Wall -O2  faxd.c  -o faxd
/var/tmp/cc0004121.o: Undefined symbol `_crypt' referenced from text
segment
*** Error code 1

I do believe it is originally for linux.  I'm not a c man, more of a
hobbler and cobbler, so help, sugestions or a copy of the code and a
makefile would be very welcome.
Please cc replies to me, I'm no longer on the list, still reading the
first 2k messages.
Thanks in advance,

Tad

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36696750.107E1C35>