search for: classify_argu

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

2010 Apr 13
0
[LLVMdev] darwin dragon-egg build issues
Hi Jack, > bash-3.2$ gcc-4 hello.c -S -O1 -o - -fplugin=./dragonegg.so > cc1: error: Cannot load plugin ./dragonegg.so > dlopen(./dragonegg.so, 10): Symbol not found: _classify_argument looks like you forgot to apply the i386_static.diff patch to gcc. Ciao, Duncan.
2010 Apr 13
4
[LLVMdev] darwin dragon-egg build issues
...uild the current dragon-egg against my gcc45 package with plugin support enabled. The build of the plugin worked but when I try to use it I get.. bash-3.2$ gcc-4 hello.c -S -O1 -o - -fplugin=./dragonegg.so cc1: error: Cannot load plugin ./dragonegg.so dlopen(./dragonegg.so, 10): Symbol not found: _classify_argument Referenced from: /Users/howarth/llvm_svn/dragonegg/dragonegg.so Expected in: flat namespace in /Users/howarth/llvm_svn/dragonegg/dragonegg.so I noticed that I have... bash-3.2$ otool -L ./dragonegg.so ./dragonegg.so: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current versi...