[LLVMdev] Changed: Build errors for poolalloc using MinGW/gcc 4.4.0
Anton Korobeynikov
anton at korobeynikov.info
Tue Mar 9 08:16:34 PST 2010
> Thanks Bob and John for the response. I am having problems building
> poolalloc with my MinGW and gcc 4.4.0 setup. Running make in the poolalloc
> directory results in a bunch of "undefined reference to ..." link errors
> building Release/lib/LLVMDataStructure.dll. I looked at the command line for
Hrm... John, is poolalloc a loadable module?
If yes, then it won't work on cygwin/mingw - no dynamic linking there,
one needs to link the stuff into opt manualy.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-dev
mailing list