At 1:04 Uhr +0900 04.06.2002, Peter O'Gorman wrote: >And I went so far as to edit the confgure.in to find the right >paths, but then it just complains about a missing malloc.h, You need >to test for that in configure too :)
In fact, in 99.9% of cases (or in other words: in every single of the maybe one or two dozen cases I encounterd), malloc.h is NOT needed. The malloc() function is in stdlib.h, and has been there for well over ten years, at the least since ANSI C was finalized. And that header exists on virtually every system. malloc.h is a Linux header for kernel function, OS X in fact has sys/malloc.h, but again that is for completly non-portable stuff. Cheers, Max -- ----------------------------------------------- Max Horn Software Developer email: <mailto:[EMAIL PROTECTED]> phone: (+49) 6151-494890 _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
