[pypy-dev] Extension compiler and external DLLs
Lawrence Oluyede
l.oluyede at gmail.com
Sat Aug 26 02:02:45 CEST 2006
On 8/26/06, laurent destriau <laurent.destriau at gmail.com> wrote:
> Thank you for your answer.
> Here is some more info:
> - I use Visual C++ .Net 2003, which includes the OpenGL header
> - I get the following warning: "warning C4013: glEnd not defined ; extern
> returning int assumed"
> - I get the following error: "error LNK2001: unresolved external symbol
> _glEnd"
Mmm that's happened to me too but I'm still looking for the solution
> How can I tell the extension compiler how to find the proper
> headers/libraries?
Look at the definition of CConfig in this file:
http://codespeak.net/svn/pypy/dist/pypy/module/readline/c_readline.py
I have to admit it didn't work for me...
--
Lawrence
http://www.oluyede.org/blog
More information about the Pypy-dev
mailing list