[cups.general] make ends in an error-sequence on cups r7464

Michael R Sweet msweet at apple.com
Wed Apr 23 09:48:41 PDT 2008


Peter Kobe wrote:
> $ make
> Using ALL_CFLAGS=-I.. -D_CUPS_SOURCE   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT
> Using ALL_CXXFLAGS=-I.. -D_CUPS_SOURCE   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT
> Using LDFLAGS=-L../cups -L../filter -pie -fPIE -Wall -Wno-format-y2k -fPIC -Os -g -fstack-protector
> Using LIBS=-lcups  -lpthread -lm -lcrypt
> Making all in cups...
> Making all in filter...
> Linking gziptoany...
> Linking testimage...
> Making all in backend...
> Linking test1284...
> test1284.o: In function `backendGetMakeModel':
> /home/kobe/CUPS/cups-1.4svn-r7464/backend/ieee1284.c:396: undefined reference to `_cups_debug_printf'
> /home/kobe/CUPS/cups-1.4svn-r7464/backend/ieee1284.c:406: undefined reference to `_cups_debug_puts'
> test1284.o: In function `backendGetDeviceID':
> /home/kobe/CUPS/cups-1.4svn-r7464/backend/ieee1284.c:86: undefined reference to `_cups_debug_printf'
> /home/kobe/CUPS/cups-1.4svn-r7464/backend/ieee1284.c:98: undefined reference to `_cups_debug_puts'
> /home/kobe/CUPS/cups-1.4svn-r7464/backend/ieee1284.c:250: undefined reference to `_cups_debug_printf'
> collect2: ld returned 1 exit status

Fixed in current trunk.  In the meantime, build with:

     ./configure --enable-debug

to work around the error.

-- 
______________________________________________________________________
Michael R Sweet                        Senior Printing System Engineer





More information about the cups mailing list