2011.02.11 14:27 "[Tiff] Error while make with libtiff", by Karri, Rasmi Teja

2011.02.11 15:01 "Re: [Tiff] Error while make with libtiff", by Bob Friesenhahn

The directory is fine.There is no space..

I have edited that in email.

My build directory is as follows:

/servername/home/tiff-3.9.4

I got error when I issued make and make install also.

In that case, the problem is likely that libport is completely empty

(due to no functions needed) and this is causing problems. This
approach of using a porting library (which might be empty) was not a
good one.

For some reason 'false' is being injected where 'ar' would go rather

than 'true'.

Bob

The error occurred at below point.

make[1]: *** [libport.la] Error 1

Please do help.

Thanks & Regards,

Rasmi

-------------------------------------------------------------------------------------------------------

Cc: tiff@lists.maptools.org; Movva, Nageswararao

Subject: Re: [Tiff] Error while make with libtiff

I am using Unix based Solaris sparc machine. I need to install tiff delegate. I am getting following error while when issued the command make

It looks like the build directory may contain an embedded space.

Rename the directory without the embedded space and reconfigure. That

will likely fix the build problem.

Bob

bash-2.05$ sudo make
Password:
Making all in port

make[1]: Entering directory ` /home/ tiff-3.9.4/port'

>> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../libtiff     -g -O2 -Wall -W -MT

dummy.lo -MD -MP -MF .deps/dummy.Tpo -c -o dummy.lo dummy.c

>> libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../libtiff -g -O2 -Wall -W -MT dummy.lo -MD -MP -MF >> .deps/dummy.Tpo -c dummy.c  -fPIC -DPIC -o .libs/dummy.o

>> libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../libtiff -g -O2 -Wall -W -MT dummy.lo -MD -MP -MF

.deps/dummy.Tpo -c dummy.c -o dummy.o >/dev/null 2>&1

mv -f .deps/dummy.Tpo .deps/dummy.Plo

>> /bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99  -g -O2 -Wall -W   -o libport.la  dummy.lo  -lz -lm -lc

libtool: link: false cru .libs/libport.a .libs/dummy.o
make[1]: *** [libport.la] Error 1
make[1]: Leaving directory ` /home//tiff-3.9.4/port'
make: *** [all-recursive] Error 1
bash-2.05$

Please do help.

>>  
>>
>>  

>>  
>>
>>  
>>
>>
>>
>
>

--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/