[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV compiling lynx 2.7 on SCO 3.2v4.2
From: |
Mark Shadley |
Subject: |
Re: LYNX-DEV compiling lynx 2.7 on SCO 3.2v4.2 |
Date: |
Wed, 19 Mar 1997 20:26:49 -0800 (PST) |
On Wed, 19 Mar 1997, T.E.Dickey wrote:
> > I'm new to the list. If this has been answered before, sorry.
> it was an issue right around the release of 2.7; I checked last night & didn't
> see that Fote has patched 2.7 for this problem (though he is aware of it).
>
> > I've run into a glitch while compiling lynx 2.7 on SCO 3.2v4.2
> > with gcc 2.6.3. Here's the output. Any ideas?
> ...
> > LYCharSets.o LYCharUtils.o LYMap.o LYCookie.o
> > ../WWW/Library/sco/libwww.a -lc -lcurses -lsocket -ltermcap -lmalloc
> > undefined first referenced
> > symbol in file
> > __unlink LYMail.o
> > ld fatal: Symbol referencing errors. No output written to lynx
> I put a fix for this into my upcoming auto-configure patch. I basically
> just add a function
>
> int remove(char *name)
> {
> return unlink(name);
> }
>
> in this special case (i.e., 'remove' is defined to '__unlink', and the
> latter isn't found in the libraries).
It compiled fine with that, thank you. Now, there's another problem...
When I try to mail a document, sendmail complains:
Recipient names must be specified
We had this same problem with 2.5, that's one reason I'm upgrading.
I've tried '/usr/lib/sendmail -t'.
Thanks!
Mark Shadley
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;