Harald Arnesen <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] (Joerg Schilling) writes: > > >> FYI, cdrtools also compile and link fine with Sun's C compiler. > > > > Mmmmm, if you call "cdrecord -scanbus", what do you get? > > I may have misunderstood your make system. I cd-ed into the cdrtools > directory, ran ./Gmake.linux clean (I had already compiled with GCC), > and then ./Gmake.linux CCOM=suncc. I didn't see any errors at the end of > the make output. > > However, what confused me was that the cdrecord binary wasn't removed. > And scrolling back, I see several compile errors from Sun's C compiler. > > Shouldn't "make clean" remove the executable files?
make clean only removes the *.o files. If you call "make relink", all results are removed before recreating. BTW: your problem is caused by a "bash" bug. With a shell that correctly works with "sh -ce 'command...'", you would see an abort after the first error. Jörg -- EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin [EMAIL PROTECTED] (uni) [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/