Update: Problems with compiling Ted

From: Brewer, Edward (BREWERE@OD.NIH.GOV)
Date: Thu Jun 27 2002 - 11:28:39 EDT


Admins,

I received two responses that helped, but still did not fix my current
problem

From: Uwe Lienig

Hey, simply search the managers list for libjpeg. The problem is: there is a
libjpeg.so in ?/shlib.

Watch out at

From: Bob Marcan

The main problem is /usr/shlib/libjpeg.so (part of JAVA118).
I just renamed it to libjpeg.so.DISABLED without any harm.

Try this:
JPEG_LIB="-L/usr/local/lib -ljpeg" ./configure

If you want some examples look at http://www.aster.si/download/tru64/SPECS/

Regards, Bob

End of user comments

I read through the entries and noticed that one article mentioned setting
LD_LIBRARY_PATH to start with /usr/local/lib. I did that and it still
fails. I even disabled the lib by moving it to
/usr/shlib/libjpeg.so.DISABLED; this also fails with the same error. I
don't think it is mixing up the shared lib with the one in /usr/local/lib.
I even got it to use -L/usr/local/lib -ljpeg. I went back to my
installation of libjpeg. If I compile it using just configure, make, and
make install... I get four executables that are moved into /usr/local/bin.
I had to manually move the .h files to /usr/local/include and the .a file to
/usr/local/lib. I tried to compile using configure --enable-static or
configure --enable-shared... I get the following error

checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking how to run the C preprocessor... gcc -E
checking for function prototypes... yes
checking for stddef.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for size_t... yes
checking for type unsigned char... yes
checking for type unsigned short... yes
checking for type void... yes
checking for working const... yes
checking for inline... __inline__
checking for broken incomplete types... ok
checking for short external names... ok
checking to see if char is signed... yes
checking to see if right shift is signed... yes
checking to see if fopen accepts b spec... yes
checking for a BSD compatible install... /usr/bin/installbsd -c
checking for ranlib... ranlib
checking host system type... Invalid configuration `alphaev6-dec-osf5.1':
machine `alphaev6-dec' not recognized

checking libjpeg version number... 62
creating ./config.status
creating Makefile
creating jconfig.h
jconfig.h is unchanged

Has anyone seen this?

Lee Brewer



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:48:45 EDT