[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV Lynx version 2.7 compilation problem (SCO Unix)
From: |
Bela Lubkin |
Subject: |
Re: LYNX-DEV Lynx version 2.7 compilation problem (SCO Unix) |
Date: |
Sat, 22 Feb 1997 21:08:06 -0800 |
T.E.Dickey wrote:
> > It the meantime, nothing will work short of finding all
> > the remove() calls in the LYFoo and libwww modules, and replacing
> > them with unlink(). No macros, as Wayne suggested to you, will
> > work, because the problem lies in the ultimate translation to
> > invoke unlink() on Unix.
> it's in my configure script (I'd thought that was for VMS, which has
> no unlink(), but it should work for *NIX systems as well.
Haven't looked at your configure script yet. I hope you mean that you
are doing a workability test -- attempting to compile and link a program
which calls remove(). I suppose strictly speaking you should even run
it and ensure that it removes a file, but most autoconf scripts do not
try to be that picky.
>Bela<
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;