[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: |
T.E.Dickey |
Subject: |
Re: LYNX-DEV compiling lynx 2.7 on SCO 3.2v4.2 |
Date: |
Wed, 19 Mar 1997 19:03:52 -0500 (EST) |
> 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).
--
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;