Re: Problems with configure on Mac

2009-01-22 Thread James McKenzie
James Mckenzie wrote: > Cesar Izurieta wrote: > >> Sent: Jan 21, 2009 7:49 AM >> To: James Mckenzie >> Cc: Wine Development Mailing List >> Subject: Re: Problems with configure on Mac >> >> Try something like: >> >> LDFLAGS="-L/

Re: Problems with configure on Mac

2009-01-21 Thread James Mckenzie
Cesar Izurieta wrote: >Sent: Jan 21, 2009 7:49 AM >To: James Mckenzie >Cc: Wine Development Mailing List >Subject: Re: Problems with configure on Mac > >Try something like: > >LDFLAGS="-L/opt/local/lib" CPPFLAGS="-I/opt/local/include/" ./configure

Re: Problems with configure on Mac

2009-01-21 Thread Cesar Izurieta
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. César 2009/1/21 James Mckenzie > All: > > Wh

Problems with configure on Mac

2009-01-21 Thread James Mckenzie
All: When I run the configure script for 1.1.13 on my Mac, at the end it states that the jpeg and png development libraries could not be found and thus support for these two file types will not be incorporated. I checked my system and the libraries are there and I added symlinks to /usr/lib fr