Hi I am trying to build the llvm tools following the instructions here: http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html But I get this error: /zalloc.c:9: error: conflicting types for 'malloc' I am using gcc 3.4.1 What can be the problem? __________________________________ Do you Yahoo!? Yahoo! Sports - Sign up for Fantasy Baseball. http://baseball.fantasysports.yahoo.com/
Chris Lattner
2005-Mar-12 20:01 UTC
[LLVMdev] GCC 3.4.1 and conflicting types for 'malloc'
On Sat, 12 Mar 2005, xavier wrote:> Hi > I am trying to build the llvm tools following the instructions here: > http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html > But I get this error: > /zalloc.c:9: error: conflicting types for 'malloc' > I am using gcc 3.4.1 > What can be the problem?Can you give us more details? When does that occur? Can you send about 10 lines of output from before that? -Chris -- http://nondot.org/sabre/ http://llvm.cs.uiuc.edu/
Reasonably Related Threads
- [LLVMdev] GCC 3.4.1 and conflicting types for 'malloc'
- [LLVMdev] GCC 3.4.1 and conflicting types for 'malloc' (2)
- [LLVMdev] GCC 3.4.1 and conflicting types for 'malloc' (2)
- [LLVMdev] GCC 3.4.1 and conflicting types for 'malloc'
- [LLVMdev] GCC 3.4.1 and conflicting types for 'malloc' (2)