bug-libtool
[Top][All Lists]
Advanced

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

Re: Extraneous "T" during "make install"


From: Henry Nelson
Subject: Re: Extraneous "T" during "make install"
Date: Sun, 11 Jun 2006 06:54:38 +0900
User-agent: Mutt/1.5.11

On Sat, Jun 10, 2006 at 12:51:24PM +0200, Ralf Wildenhues wrote:
> Let's keep the bug-libtool list in Cc:.  Someone else may have useful

Sorry.  Still haven't learned how to get mutt to do this automatically. :(

> Ah, yes.  Please post the output of
>   cat libtiff/.libs/libtiff.la

# libtiff.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname='libtiff.so.3'

# Names of this library.
library_names='libtiff.so.3.8 libtiff.so.3 libtiff.so'

# The name of the static archive.
old_library='libtiff.a'

# Libraries that this one depends upon.
dependency_libs=' -L/usr/X11R6/lib /usr/X11R6/lib/libjpeg.la -lz -lm -lc '

# Version information for libtiff.
current=3
age=0
revision=8

# Is this an already installed library?
installed=no

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/usr/local/lib'


>   cat libtiff/.libs/libtiffxx.la

# libtiffxx.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname=''

# Names of this library.
library_names=''

# The name of the static archive.
old_library='libtiffxx.a'

# Libraries that this one depends upon.
dependency_libs=' -L/usr/X11R6/lib /usr/local/src/tiff-3.8.2/libtiff/libtiff.la 
/usr/X11R6/lib/libjpeg.la -lz -lc  '

# Version information for libtiffxx.
current=3
age=0
revision=8

# Is this an already installed library?
installed=no

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/usr/local/lib'
relink_command="(cd /usr/local/src/tiff-3.8.2/libtiff; /bin/ksh ../libtool  
--tag=CXX --mode=relink g++ -g -O2 -L/usr/X11R6/lib -o libtiffxx.la -rpath 
/usr/local/lib -no-undefined -version-number 3:8:2 tif_stream.lo 
../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lm -lc @inst_prefix_dir@)"


> > ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.8.2.tar.gz
> 
> Alright.  I'll look at this one.

I couldn't find a checksum on their site, so I used the sha1 sum that
NetBSD pkgsrc uses (I think it is reliable):
 ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/graphics/tiff/distinfo

> > I didn't notice the libjpeg error before.  Perhaps I built that wrong,
> > and it is the root cause?
> 
> Hmm.  Probably not.  Where is your libjpeg installed?  Inside that

"libjpeg" was installed separately from the following sources:
ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz

> directory, please do a
>   ls -l libjpeg*

% ls -l /usr/X11R6/lib/libjpeg*
-rw-r--r--  1 root  wheel  151432 Jun  9 18:16 /usr/X11R6/lib/libjpeg.a
-rwxr-xr-x  1 root  wheel     448 Jun  9 18:16 /usr/X11R6/lib/libjpeg.la
-rwxr-xr-x  1 root  wheel  130290 Jun  9 18:16 /usr/X11R6/lib/libjpeg.so.62.0

>   cat libjpeg.la
% cat /usr/X11R6/lib/libjpeg.la
# libjpeg.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.2

# The name that we can dlopen(3).
dlname=''

# Names of this library.
library_names='libjpeg.so.62.0'

# The name of the static archive.
old_library='libjpeg.a'

# Libraries that this one depends upon.
dependency_libs=''

# Version information for libjpeg.
current=62
age=0
revision=0

# Directory that this library needs to be installed in:
libdir='/usr/X11R6/lib'


Hope the info is useful.

-- 
henry n.




reply via email to

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