Hi,<br><br>What is current Cexp status? Version 1.5 looks broken at present time.<br><br>1. Cexp don't compile out-of-box. <br>- on 64-bit machine libtecla <a href="http://configure.in">configure.in</a> need patching<br>
- on all system regexp/regexp.c have a bogus "malloc" definition.<br><br>2. cexp is a predefined function now.<br><br>../cexp.h:312: warning: conflicting types for built-in function 'cexp'<br><br>This is not a bug, it just shows how old Cexp public version is.
<br><br>3. Test example don't work<br><br>./cexp>cexpModuleLoad("./hello.o")<br>Unresolved symbol: printf<br>0x00000000 (0)<br>./cexp>                       <br><br>Tested on:<br>- linux 2.6.22 (x86_64 and i686)
<br>- GCC 4.2.0 (x86_64 and i686)<br>- binutils-2.18<br>- GLIBC 2.6.1<br><br>I'm not sure is Cexp completely broken, or we just need to update bfd library?<br><br>---<br>Nickolay