DragonFly BSD
DragonFly users List (threaded) for 2004-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: sysutils/cdrdao


From: "Douwe Kiela" <virtus@xxxxxxxxxx>
Date: Tue, 28 Sep 2004 01:16:26 +0200

"Rum" <rumko@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)



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]