A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2002-May/023996.html below:

[Python-Dev] MacOSX dlopen equivalent?

[Python-Dev] MacOSX dlopen equivalent? [Python-Dev] MacOSX dlopen equivalent?Simon Cozens simon@netthink.co.uk
Wed, 8 May 2002 11:02:46 +0100
Ralf W. Grosse-Kunstleve:
> Unfortunately I did not get very far:
> 
> # make macosx
> make CC=cc CPP="c++" LDDLL=-shared LIBDL=""
> cc -g -c master.c
> master.c:8: header file 'dlfcn.h' not found

A decent workaround is to use fink (http://fink.sourceforge.net/) which
includes a working dlfcn.h and dl library. You'll want the following flags:

CC: -I/sw/include
LD: -L/sw/lib -flat_namespace
libs: -ldl

-- 
Putting heated bricks close to the news.admin.net-abuse.* groups.
        -- Megahal (trained on asr), 1998-11-06




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4