search for: interfix

Displaying 2 results from an estimated 2 matches for "interfix".

Did you mean: interfax
2004 Jul 27
1
[LLVMdev] ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (firstuse this function)
...c >&5 >>configure:10073: $? = 0 >>------------------ >> >>Is there any hack here to move further with my port of llvm to Interix? > >I've looked at the recent libtool documentation, and they don't seem to >have any information on whether they support Interfix. > >One hack for LLVM is to modify the rules for dynamic linking in >Makefile.rules. You could change the Makefile rules to perform dynamic >linking directly instead of using libtool. You can change the rules to >call gcc or ld with whatever options you need to use on Interix. &...
2004 Jul 26
1
[LLVMdev] ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (first use this function)
Hi, I get this error: ------------------ ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (first use this function) ToolRunner.cpp:396: error: (Each undeclared identifier is reported only once for each function it appears in.) ------------------ And the config.log shows that configure has detected that ld on my platform (Interix) doesn't support shared libraries: ------------------