search for: maute

Displaying 3 results from an estimated 3 matches for "maute".

Did you mean: mate
2008 Apr 16
2
[LLVMdev] Error building llvm-gcc
...ohn T. Comparing stages 2 and 3 warning: ./cc1plus-checksum.o differs warning: ./cc1-checksum.o differs Bootstrap comparison failure! ./rtl.o differs ./cse.o differs ./struct-equiv.o differs ./alias.o differs [etc, etc, etc.] ... gmake[2]: *** [compare] Error 1 gmake[2]: Leaving directory `/mounts/maute/disks/0/criswell/gccobj42' gmake[1]: *** [stage3-bubble] Error 2 gmake[1]: Leaving directory `/mounts/maute/disks/0/criswell/gccobj42' gmake: *** [all] Error 2
2009 Feb 07
3
[LLVMdev] Problem Running llvm-suite
...m compiler checkout, but, when I ran "make" from llvm-suite, it complained about there not being a Makefile two levels above it, so I moved llvm-suite into the "test" subdirectory inside the llvm compiler checkout. I ran "make" again, but I got this: [simmon12 at maute llvm-suite]$ make make[1]: Entering directory `/home/vadve/simmon12/llvm/llvm/test/llvm-suite/SingleSource' make[2]: Entering directory `/home/vadve/simmon12/llvm/llvm/test/llvm-suite/SingleSource/UnitTests' make[3]: Entering directory `/home/vadve/simmon12/llvm/llvm/test/llvm-suite/Sing...
2008 Apr 07
2
[LLVMdev] Problem Linking Analysis Group
...nked library, everything is fine. However, when I try to link that dynamic library into a program in another project, I get the following error: /localhome/criswell/llvm22/projects/llvm-poolalloc/Debug/lib/libpoolalloc.so: undefined reference to `vtable for llvm::PoolAllocateGroup' /mounts/maute/disks/0/criswell/llvm22/projects/safecode/Debug/lib/libpointerchecks.so: undefined reference to `typeinfo for llvm::PoolAllocateGroup' Does anyone know what I might be doing wrong? Thanks in advance. -- John T.