sysutils/cdrdao

Douwe Kiela virtus at wanadoo.nl
Mon Sep 27 16:15:29 PDT 2004


"Rum" <rumko at xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> em i cannot compile it, after changing all __FreeBSD__ to 
> __DragonFly__ i tried compiling and i get:
> c++ -DDRIVER_TABLE_FILE=\"/usr/local/share/cdrdao/drivers\" -O -pipe
> -mtune=pentiumpro   -o cdrdao main.o -L. -ldao -L../paranoia
> -lcdda_paranoia -L../trackdb -ltrackdb -L../scsilib/export
> -lscg -lschily -lcam
> /usr/libexec/binutils214/elf/ld: cannot find -lscg
> gmake[2]: *** [cdrdao] Error 1
> gmake[2]: Leaving directory
> `/usr/dfports/sysutils/cdrdao/work/cdrdao-1.1.9/dao'
> what am i to do? and if im not mistaken there are packages
> of cdrdao ... but it is not in the dfports, how come?'
You manually compiled this or from ports? It needs the "scg" library (see
the -lscg option to c++), which is clearly missing on your system. The port
should install this lib if it's not already on your system. The SCG library
is used to talking to any SCSI device without the need of a special driver
for it. Install the library and try again :-)

Good luck.
(woops, forgot to send to mailinglist)





More information about the Users mailing list