the other problems were described by ben ... - but here is another 
one ...

> Problem 1)  semi-solved
> compile error
> tn5250-private.h:36: header file 'malloc.h' not found
>
> the makefile assumes the header will be in /usr/local/include/
> Darwin&BSD store their libraries in /usr/include/sys/
>
> I cheated and made a symbolic link to the BSD location
>    #ln -s /usr/include/sys/malloc.h  /usr/local/include/

when you type "man malloc" you see, that malloc is defined in the 
"stdlib.h"-header-file - you can make a patch that changes a #include 
<malloc.h> to #include <stdlib.h>

Thomas


_______________________________________________________________

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

Reply via email to