Displaying 2 results from an estimated 2 matches for "libhostmar".
2008 Mar 08
0
[LLVMdev] Trying to build Firefox on OSX with LLVM 2.2
...clude/mar
-I../../../dist/include -I../../../dist/include/nspr
-I../../../dist/sdk/include -I../../../dist/include/nspr
/Users/simon/Desktop/mozilla/firefox2/mozilla/modules/libmar/tool/mar.c
/usr/local/bin/llvm-gcc -o mar -DXP_UNIX -DXP_MACOSX -DNO_X11 -O
host_mar.o ../../../dist/host/lib/libhostmar.a
ld: warning in ../../../dist/host/lib/libhostmar.a, file is not of
required architecture
Undefined symbols:
"_mar_open", referenced from:
_main in host_mar.o
"_mar_enum_items", referenced from:
_main in host_mar.o
"_mar_extract", referenced from:...
2008 Mar 08
0
[LLVMdev] Trying to build Firefox on OSX with LLVM 2.2
Hello, Simon
> ld: warning in ../../../dist/host/lib/libhostmar.a, file is not of
> required architecture
I can say nothing about FireFox on darwin, but I frequently build
Seamonkey on linux for testing purposes without any problems. It your
case it looks like 32-bit and 64-bit objects are somehow "mixed"
together (thus warning).
I'd suggest...