espgs 7.07.1 build bug?

Helge Blischke H.Blischke at srz-berlin.de
Wed May 26 04:48:01 PDT 2004


Anonymous wrote:
> 
> Hi Helge,
> 
> where do i find that config.h resp. which config.h do you mean?
> 
> Jens
Doesn't configure create such a file? If not, create a header file
of your own and edit the makefile accordingly (add it using the -I
switch to the compiler options).
The error is probably due to the fact that you excluded TIFF support
by configure.

Helge

> 
> Helge Blischke wrote:
> > nickelj at post.ch wrote:
> > >
> > > Heya,
> > >
> > > i try to build it on a Solaris 9 configure runs fine with
> > >
> > > /configure --prefix=/usr/local --exec-prefix=/usr/local --enable-cups --with-drivers=ALL --without-omni --without-tiff
> > >
> > > and make abort as followed.
> > >
> > > XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \
> > > FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \
> > > DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \
> > > DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \
> > > DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \
> > > DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \
> > > /bin/sh <./obj/ldt.tr
> > > Undefined                       first referenced
> > >  symbol                             in file
> > > _TIFFfree                           /usr/lib/libcupsimage.so
> > > rpl_malloc                          ./obj/imain.o
> > > _TIFFmalloc                         /usr/lib/libcupsimage.so
> > > ld: fatal: Symbol referencing errors. No output written to ./bin/gs
> > > collect2: ld returned 1 exit status
> > > make: *** [bin/gs] Error 1
> > > root at h00cfl.pnet.ch:/var/spool/pkg/espgs-7.07.1>
> > >
> > > Any ideas?
> >
> > Simply edit config.h after running configure and add the two lines
> > #define TIFFfree free
> > #define TIFFmalloc malloc
> >
> >


-- 
H.Blischke at srz-berlin.de
H.Blischke at srz-berlin.com
H.Blischke at acm.org




More information about the cups-devel mailing list