what the...???...

2010-12-07 Thread Peter Lawrence
not be any definitional arguments being passed in to make what am I missing...???... sincerely, Peter Lawrence. : make; : r=`${PWDCMD-pwd}`; export r; \ s=`cd ..; ${PWDCMD-pwd}`; export s; \ make "DESTDIR=" "RPATH_ENVVAR=DYLD_LIBRARY_PATH" "TARGET_SUBDIR=mp4-masp

aout_gnu.h _LITTLE confused ?

2011-01-20 Thread Peter Lawrence
7;t this be 0x40 so for example without the suggested fixes we have little-endian conflicts _EXTERN_LITTLE has the exact same value 0x08 as _BASEREL_LITTLE and _LENGTH_LITTLE value 0x06 gets overlapped by _JMPTABLE_LITTLE 0x04 and _RE

Re: aout_gnu.h _LITTLE confused ?

2011-01-20 Thread Peter Lawrence
20, 2011 at 02:42:25PM -0800, Peter Lawrence wrote: #define RELOC_STD_BITS_BASEREL_BIG 0x08 #define RELOC_STD_BITS_BASEREL_LITTLE 0x08 <<=== shouldn't this be 0x10 #define RELOC_STD_BITS_JMPTABLE_BIG 0x04 #define RELOC_STD_BITS_JMPTABLE_LITTLE 0x04<<=