On Fri, Nov 22, 2002 at 06:28:58PM +0100, Theo. Sean Schulze wrote: > > /usr/i486-suse-linux/bin/ld: cannot find -lartsc > collect2: ld returned 1 exit status > make: *** [audacity] Error 1
Find the artsc library. If you haven't it installed then you have to download the package that contains it (I don't know which is). Then use the -L switch in LDFLAGS, so as to contain the directory of the artsc lib. Your gcc command line should be something like: % gcc ... -L/path/to/libartsc -lartsc ... Elias -- http://gnewtellium.sourceforge.net MP3 is not a crime. - To unsubscribe from this list: send the line "unsubscribe linux-newbie" 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.linux-learn.org/faqs
