diff dynload/TODO @ 0:3e629dc19168

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:24:28 +0100
parents
children 3729a99ef03c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dynload/TODO	Thu Mar 19 22:24:28 2015 +0100
@@ -0,0 +1,20 @@
+- RTLD_LAZY in darwin, why not in unix?
+- Failed On Open Solaris 11:
+  
+In file included from dynload_syms.c:28:
+dynload_syms_elf.c:56: error: syntax error before "Elf_Dyn"
+dynload_syms_elf.c:56: warning: data definition has no type or storage class
+dynload_syms_elf.c: In function `dlSymsInit':
+dynload_syms_elf.c:155: error: `pDyn' undeclared (first use in this function)
+dynload_syms_elf.c:155: error: (Each undeclared identifier is reported only once
+dynload_syms_elf.c:155: error: for each function it appears in.)
+dynload_syms_elf.c:155: error: syntax error before ')' token
+dynload_syms_elf.c:160: error: `DT_NULL' undeclared (first use in this function)
+dynload_syms_elf.c:163: error: `DT_STRTAB' undeclared (first use in this function)
+dynload_syms_elf.c:164: error: `DT_SYMTAB' undeclared (first use in this function)
+dynload_syms_elf.c:165: error: `DT_HASH' undeclared (first use in this function)
+make: *** [dynload_syms.o] Error 1
+
+DONE:
+- remove dependencies dyncall_{alloc,macros}.h
+