search for: bind_at_load

Displaying 6 results from an estimated 6 matches for "bind_at_load".

2011 Dec 16
0
[LLVMdev] llvm/clang test failures on powerpc-darwin8
On Fri, Dec 16, 2011 at 12:17:32PM -0500, David Fang wrote: >>> These results have far fewer failures than svn-trunk, and are also >>> comparable to bootstrapping with gcc-4.6.2, summarized here: >>> http://paste.lisp.org/display/126363 >>> (Unfortunately, I no longer have the whole build/test log for the gcc46 bootstrap.) >>> This consistency between
2011 Jul 06
1
Compiling on Mac OS X
...=hidden -Werror -I/Users/samuel/Documents/Programming/Internet/xapian/xapian-core/include -g -O2 -o .libs/omega omega.o query.o cgiparam.o utils.o configfile.o date.o cdb_init.o cdb_find.o cdb_hash.o cdb_unpack.o loadfile.o utf8convert.o datematchdecider.o weight.o str.o unixperm.o urlencode.o -Wl,-bind_at_load /Users/samuel/Documents/Programming/Internet/xapian/xapian-core/.libs/libxapian.dylib -lz ./.libs/libtransform.a -L/opt/local/lib /opt/local/lib/libpcre.dylib /opt/local/lib/libiconv.dylib Undefined symbols for architecture x86_64: "_iconv_open", referenced from: convert_to_utf8(...
2007 Dec 29
2
[LLVMdev] llvm-gcc-4.2 and -O4
...orm.o postscript.o raster3d.o vrml.o regex.o opengl.o image.o eps_img.o sgi_img.o jpeg_img.o png_img.o clib/clib.a \ -L/sw/lib -lglut -lGLU -lGL /System/Library/Frameworks/OpenGL.framework/Libraries/libGL.dylib -L/usr/X11R6/lib -lX11 -lXi -lXmu -L/sw/lib -ljpeg -L/sw/lib -lpng -lz -bind_at_load -lm ld: warning in molscript.tab.o, file is not of required architecture ld: warning in global.o, file is not of required architecture ld: warning in lex.o, file is not of required architecture ld: warning in col.o, file is not of required architecture ld: warning in select.o, file is not of requir...
2011 Dec 16
3
[LLVMdev] llvm/clang test failures on powerpc-darwin8
>> These results have far fewer failures than svn-trunk, and are also >> comparable to bootstrapping with gcc-4.6.2, summarized here: >> http://paste.lisp.org/display/126363 >> (Unfortunately, I no longer have the whole build/test log for the gcc46 bootstrap.) >> This consistency between different bootstraps of the release gives me >> some hope that g++-4.0.1 is
2011 Mar 15
1
How to make sure R's g++ compiler uses certain C++ flags when making a package
...gives me a bunch of error messages like: "error: opencv2/core/operations.hpp: No such file or directory" Does anyone know how to get R to compile the C code as my command line g++ compiler does? For example, I am using the the following syntax to compile the facedetect.cpp code: g++ -bind_at_load `pkg-config --cflags opencv` facedetect.cpp -o facedetect `pkg-config --libs opencv` The key are the flags that point the compiler to the opencv package. How can I get R to use those same flags when it compiles the C code? Unfortunately I could not find the answer via google or the Writing R Exten...
2007 Dec 29
0
[LLVMdev] llvm-gcc-4.2 and -O4
...3d.o vrml.o regex.o opengl.o image.o eps_img.o sgi_img.o > jpeg_img.o png_img.o clib/clib.a \ > -L/sw/lib -lglut -lGLU -lGL /System/Library/Frameworks/ > OpenGL.framework/Libraries/libGL.dylib -L/usr/X11R6/lib -lX11 -lXi - > lXmu -L/sw/lib -ljpeg -L/sw/lib -lpng -lz -bind_at_load -lm > ld: warning in molscript.tab.o, file is not of required architecture > ld: warning in global.o, file is not of required architecture > ld: warning in lex.o, file is not of required architecture > ld: warning in col.o, file is not of required architecture > ld: warning in select...