espgs 7.07.1 build bug?

Helge Blischke H.Blischke at srz-berlin.de
Thu Jun 10 06:06:53 PDT 2004


Anonymous wrote:
> 
> 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
> >
> How does that resolve the problem with rpl_malloc ?

Try the same trick, i.e.

#define rpl_malloc malloc

and let us know if it works.

Helge


-- 
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