I\'m trying to use Cocotron to compile for Linux in Xcode. Everything\'s working great with Foundation, but I\'m trying to also use SDL. I\'ve copied the libraries over from Linux (Ubuntu) but I\'m ha
I want to compile a shared library with an .interp segment. #include <stdio.h> int foo(int argc, char** argv) {
I\'m working on a snow leopard machine (10.6.5) and I\'m hunting a bug in our C++ application. However, I can\'t build our app with g++ -O0 -g, because the linker crashes:
After I download UnitTest++ version 1.4 (from http://sourceforge.net/projects/unittest-cpp/) and do a make, I get:
Until now I\'ve always used resources under MSVC++ to get access to raw data from inside of my programs and I\'ve never worked with a linker directly, but now I\'m under Linux and I\'m using a cross-c
I\'m using a custom linker script to split a kernel image into two parts. The first is normal code and data, and the second is initialization code and data to be discarded when it\'s no longer needed.
The way my team\'s project is developed, we generate a Shared Object library for our application from all all of our .o object files. My task (hopefully it is specific enough but also general enough t
I\'m supposed to use a data analysis program for a physics experiment. I can\'t get it to compile though.
I was trying to compile a OpenCV\'s VideoCapture example. When I compile it, I get the following output:
Lately I have been working on OS X.Things were going pretty peachy for a while until somehow ld got on my system and now gcc won\'t use dyld.Furthermore, all of my shared libraries are in *.dylib form