[Freeciv-Dev] Re: configure won't find libpng on MinGW
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Brandon J. Van Every writes:
> From: Andreas Kemnade [mailto:andi@xxxxxxxxxxxxxxx]On Behalf
> >
> > I suspect /usr/include is not in your include search path
> > (due to -mno-cygwin). That can be
> > correct. Look where mingw.h and windows.h are installed.
>
> I have:
> /mingw/include/_mingw.h
> /mingw/include/windows.h
> /usr/include/png.h
> /usr/include/zlib.h
>
Then move /usr/include/png.h and /usr/include/zlib.h to /mingw/include
Something similar has to be done for the libs.
> What is MSYS's canonical include search path called? Is it an
> enviornment variable? I do not see any obvious one. What is the
> canonical way to get /usr/include searched?
Don't do that.
/usr/include is meant for cygwin use.
If you build libpng and libz from *source*
you can add the path to the headers/libs in the *source* directory.
I have not talked about adding -L/usr/lib!
Greetings
Andreas Kemnade
- [Freeciv-Dev] configure won't find libpng on MinGW, Andreas Kemnade, 2003/11/01
- [Freeciv-Dev] Re: configure won't find libpng on MinGW, Brandon J. Van Every, 2003/11/01
- [Freeciv-Dev] Re: configure won't find libpng on MinGW, Brandon J. Van Every, 2003/11/01
- [Freeciv-Dev] Re: configure won't find libpng on MinGW,
Andreas Kemnade <=
- [Freeciv-Dev] canonical MinGW, configure suspicions, Brandon J. Van Every, 2003/11/01
- [Freeciv-Dev] building libpng on MinGW?, Brandon J. Van Every, 2003/11/01
- [Freeciv-Dev] Re: building libpng on MinGW?, Per I. Mathisen, 2003/11/02
- [Freeciv-Dev] Re: building libpng on MinGW?, Andreas Kemnade, 2003/11/03
- [Freeciv-Dev] Re: building libpng on MinGW?, Per I. Mathisen, 2003/11/03
- [Freeciv-Dev] Re: building libpng on MinGW?, Raimar Falke, 2003/11/02
- [Freeciv-Dev] Re: building libpng on MinGW?, Vasco Alexandre Da Silva Costa, 2003/11/02
- [Freeciv-Dev] Re: building libpng on MinGW?, Per I. Mathisen, 2003/11/02
- [Freeciv-Dev] canonical MinGW, configure suspicions, Andreas Kemnade, 2003/11/03
|
|