freetype-devel
[Top][All Lists]
Advanced

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

Re: Alpha compilation error


From: Tom Kacvinsky
Subject: Re: Alpha compilation error
Date: Sat, 29 Jul 2000 20:29:14 -0400 (EDT)

Yes, changing ${objdir} to ${output_obdir} in ltconfig did the trick,
even for libtool 1.3.5.  Attached is a patch for this.

If this patch does get applied, it means those who build FreeType 2.0
on their alpha systems *ought* to use the FreeType supplied ltconfig.

Tom

On Sat, 29 Jul 2000, Tom Kacvinsky wrote:

> Well, it looks as if the CVS snapshot of libtool fixes this problem.
> It uses ${output_obdir} instead of ${objdir} for the argument to
> -update_registry.  I'll see if this can't be patched into the version
> that Freetype is using...
> 
> Tom
> 
> On Sat, 29 Jul 2000, Tom Kacvinsky wrote:
> 
> > I found out the problem is:
> > 
> > ltconfig does not provide a full path to the -update_registry flag.
> > It uses ${objdir}/so_locations, and the "logic" used to get objdir is
> > a little wacked.  I think I'll drop a note to the libtool list.
> > Perhpas the CVS snapshot of libtool fixes this...
> > 
> > Tom
> > 
> > On Thu, 27 Jul 2000, Tom Kacvinsky wrote:
> > 
> > > Thanks Werner.
> > > 
> > > It still didn't work.  I looked at the guts of ltmain.sh and libtool,
> > > and I am convinced it is something that ltconfig is doing (or, more to
> > > the point, not doing).  When I get some time, I'll see if I can track
> > > it down.  Almost every path component is getting an absolute path,
> > > except for the -update_registry option.
> > > 
> > > Tom
> > > 
> > > On Thu, 27 Jul 2000, Werner LEMBERG wrote:
> > > 
> > > > 
> > > > > The problem is this:
> > > > > 
> > > > >     -update_registry .libs/so_locations
> > > > > 
> > > > > That line should be
> > > > > 
> > > > >     -update_registry obj/.libs/so_locations
> > > > 
> > > > Thanks.  Fixed also -- hopefully.  I've changed unix.in to use a
> > > > absolute path.
> > > > 
> > > > 
> > > >     Werner
> > > > 
> > > 
> > 
> 

Attachment: ltconfig.diff
Description: Text document


reply via email to

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