Skip to content Skip to sidebar Skip to footer
Showing posts with the label Linker

Ld Can't Link With A Main Executable

On OSX 10.6.4 with i686-apple-darwin10-g++-4.2.1 compiling using TextMate and a Makefile which in t… Read more Ld Can't Link With A Main Executable

Library Expects Symbol In Flat Namespace Although Compiled With Two-level Namespace

I load Python dynamically with dlopen and RTLD_LOCAL to avoid collisions with another library which… Read more Library Expects Symbol In Flat Namespace Although Compiled With Two-level Namespace

Cython Build Resulting In Undefined Symbol

I've got a c++ program I'm trying to wrap/convert to Cython. It uses a particular library t… Read more Cython Build Resulting In Undefined Symbol