Cesar Izurieta cesar@ecuarock.net wrote:
Sent: Jan 21, 2009 7:49 AM To: James Mckenzie jjmckenzie51@earthlink.net Cc: Wine Development Mailing List wine-devel@winehq.org Subject: Re: Problems with configure on Mac
Try something like:
LDFLAGS="-L/opt/local/lib" CPPFLAGS="-I/opt/local/include/" ./configure
You need to specify both the library dirs and the include dirs. This is using macports. For fink I guess the libraries are located somewhere under /sw IIRC.
I'll find them and use them this evening after reviewing the log file.
James McKenzie