hi,
while 1.1.8 compiled fine 1.1.9 errors out.
thanks for help. here is the part that errors:
Making all in dao g++ -DDRIVER_TABLE_FILE=\"/usr/local/share/cdrdao/drivers\" -g -O2 -o cdrdao main.o -L. -ldao -L../paranoia -lcdda_paranoia -L../trackdb -ltrackdb -L../scsilib/export -lscg -lschily -framework CoreServices -framework IOKit ld: warning multiple definitions of symbol _printf ../scsilib/export/libschily.a(printf.o) definition of _printf in section (__TEXT,__text) /usr/lib/libSystem.dylib(printf.So) definition of _printf ld: warning multiple definitions of symbol _fprintf ../scsilib/export/libschily.a(printf.o) definition of _fprintf in section (__TEXT,__text) /usr/lib/libSystem.dylib(fprintf.So) definition of _fprintf ld: warning multiple definitions of symbol _sprintf ../scsilib/export/libschily.a(sprintf.o) definition of _sprintf in section (__TEXT,__text) /usr/lib/libSystem.dylib(sprintf.So) definition of _sprintf ld: Undefined symbols: _paranoia_set_range make[2]: *** [cdrdao] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
Log in to post a comment.
hi,
while 1.1.8 compiled fine 1.1.9 errors out.
thanks for help. here is the part that errors:
Making all in dao
g++ -DDRIVER_TABLE_FILE=\"/usr/local/share/cdrdao/drivers\" -g -O2 -o cdrdao main.o -L. -ldao -L../paranoia -lcdda_paranoia -L../trackdb -ltrackdb -L../scsilib/export -lscg -lschily -framework CoreServices -framework IOKit
ld: warning multiple definitions of symbol _printf
../scsilib/export/libschily.a(printf.o) definition of _printf in section (__TEXT,__text)
/usr/lib/libSystem.dylib(printf.So) definition of _printf
ld: warning multiple definitions of symbol _fprintf
../scsilib/export/libschily.a(printf.o) definition of _fprintf in section (__TEXT,__text)
/usr/lib/libSystem.dylib(fprintf.So) definition of _fprintf
ld: warning multiple definitions of symbol _sprintf
../scsilib/export/libschily.a(sprintf.o) definition of _sprintf in section (__TEXT,__text)
/usr/lib/libSystem.dylib(sprintf.So) definition of _sprintf
ld: Undefined symbols:
_paranoia_set_range
make[2]: *** [cdrdao] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2