gga wrote: > gga wrote: >> imm wrote: >>> On 29 Jun 2007, at 5:18, gga wrote: >>> >>>> autoconf is broken. >>> Hmmm, it seems to work fine for me... > > > And here's another... > >> make > > (compiles, then the tests...) > /usr/bin/ld: cannot find -lasound > > Some brilliant mind added the requirement for libasound to the compile > of fltk (!) and did not add the proper rules or checks in neither the > autoconf files nor the cmakefiles. > AAAAARRRRRGGHHHHHHH!!!!!!!!!!!!!!!
The configure script *does* check for that library indirectly by looking for the header file. If you have the asound.h header file, then why don't you also have the library installed? -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com Internet Printing and Document Software http://www.easysw.com _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

