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: Rum <rumko@xxxxxxxxxxxxxxxxxxxxxxxxx>
Date: 28 Sep 2004 05:32:40 GMT

On 2004-09-27, Douwe Kiela <virtus@xxxxxxxxxx> wrote:
> "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)

if the lib is part of the cdrtools package then i should have it? cdrtools
is installed, also tried running 
bash-2.05b# scgcheck
Scgcheck 2.00.3 (i386-unknown-freebsd4.8) SCSI user level transport library ABI
checker.
Copyright (C) 1998,2001 Jörg Schilling
Checking if your implementation supports to scan the SCSI bus.
Trying to open device: '(NULL POINTER)'.
scgcheck: No local SCSI transport implementation for this architecture.

also ran
bash-2.05b# cdrecord -scanbus
Cdrecord 2.00.3 (i386-unknown-freebsd4.8) Copyright (C) 1995-2002 Jörg Schilling
cdrecord: No local SCSI transport implementation for this architecture.


if i kicked in the wrong direction someone point me in the right one please :)



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