| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2011.02.11 15:01 "Re: Error while make with libtiff", by Bob FriesenhahnOn Fri, 11 Feb 2011, Karri, Rasmi Teja wrote: > > 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 > > ------------------------------------------------------------------------------------------------------- > > -----Original Message----- > From: Bob Friesenhahn [mailto:bfriesen@simple.dallas.tx.us] > Sent: Friday, February 11, 2011 8:16 PM > To: Karri, Rasmi Teja > Cc: tiff@lists.maptools.org; Movva, Nageswararao > Subject: Re: [Tiff] Error while make with libtiff > > On Fri, 11 Feb 2011, Karri, Rasmi Teja wrote: > >> >> Hi >> >> 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. >> >> >> >> >> >> Thanks & Regards, >> >> Rasmi >> >> >> >> >> >> >> > > -- Bob Friesenhahn bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ |
|||||||