libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Missing header <dl.h> on Uw7


From: Gary V . Vaughan
Subject: Re: Missing header <dl.h> on Uw7
Date: Sat, 21 Apr 2001 16:49:48 +0100

On Wednesday 18 April 2001  1:25 am, Matthew Schalit wrote:
> Hi Folks,

Hi Matt,

Sorry for the slow response.

> On SCO UnixWare 7.1.1, the header file <dl.h> is
> found as <sys/dl.h>.
>
> I just checked out CVS libtool today, and it looks like
> I'll have to change a few files:
>
> $ find . | xargs fgrep -l "dl.h"
> ./ChangeLog.0
> ./ChangeLog
> ./ltdl.m4
> ./doc/libtool.texi
> ./libltdl
> ./libltdl/CVS/Entries
> ./libltdl/Makefile.am
> ./libltdl/ltdl.c
> ./libltdl/ltdl.h
> ./mail/c++
> ./mdemo/Makefile.am
> ./mdemo/main.c
>
>
>
> Should I just do that, or is there a better way?

Nearly all of those are false matches against ltdl.h.  Assuming that UW7 uses 
the dlopen API, the attached patch should do the trick.  If it uses a 
different API, moving the include block to the relevant loader section in 
ltdl.c is all that should be required.

Once again, a prompt reply gets your fix into libtool-1.4 tomorrow...

> Thanks,
> Matt

Cheers,
        Gary.
-- 
  ___              _   ___   __              _         mailto: address@hidden
 / __|__ _ _ ___ _| | / / | / /_ _ _  _ __ _| |_  __ _ ___       address@hidden
| (_ / _` | '_|// / |/ /| |/ / _` | || / _` | ' \/ _` | _ \
 \___\__,_|_|\_, /|___(_)___/\__,_|\_,_\__, |_||_\__,_|//_/
home page:  /___/                      /___/                  gpg public key:
http://www.oranda.demon.co.uk           http://www.oranda.demon.co.uk/key.asc

Attachment: 2001-04-21-gvv-uw-sys-dl.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]