The warnings are normal, or at least I have efence work properly with
them. I think the link order is important here. Try specifying -lefence
first on the compile/link line, before any other libs, especially before
-lm (which I don't think is needed on OS X, anyway).
I was always putting -lefence as the LAST library, because that's what one is supposed to do on Linux. I still have the Malloc warnings but Efence seems to behave normally.
Thanks again, I was finally able to find my bug.
By the way, just another question. I'm compiling code in a library (say libtest.a) with debug option, but gdb is unable to find the right source files. I tried to tell gdb the source directory with the "dir" command, but this doesn't seem to work. Did it happened to anybody ? Any clues would be welcome.
Thanks
Damir
==================================== Damir Buskulic, Universite de Savoie/LAPP Chemin de Bellevue, B.P. 110, F-74941 Annecy-le-Vieux Cedex, FRANCE Tel : +33 (0)450091600 e-mail: [EMAIL PROTECTED] ====================================
------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
