Re: [Mingw-users] About environment of MinGW/MSYS on WinXP
- Date: Mon, 24 Dec 2007 11:48:07 +0800
- From: JonY <10walls@xxxxxxxxx>
- Subject: Re: [Mingw-users] About environment of MinGW/MSYS on WinXP
Hiroshi Homma wrote:
> Deer all.
> I am japanese. sorry for my bad english.
>
> I recently use MinGW/MSYS.
> but I usually failed `make'.
> for exsample bash(src) and texinfo(src) on SourceForge(About MinGW -
> Minimalist Gnu for Windows).
> I downloaded these src files.
> and I try build it.
> ./configure success.
> but make fail.
>
> contents of error are `cannot find header file' and `undeclared', etc.
> these error mostly so non-linux.
>
> do you success `make' source on SourceForge(About MinGW - Minimalist Gnu for
> Windows)?
>
> I think my environment of MinGW/MSYS is abnormal.
> I insalled like bellow.
>
> MinGW-5.1.3.exe execute.
> msysDTK-1.0.1.exe execute.
>
> Please Advice me!
>
> --------------------------------------
> New Design Yahoo! JAPAN 2008/01/01
> http://pr.mail.yahoo.co.jp/newdesign/
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> MinGW-users mailing list
> MinGW-users@xxxxxxxxxxxxxxxxxxxxx
>
> You may change your MinGW Account Options or unsubscribe at:
> https://lists.sourceforge.net/lists/listinfo/mingw-users
>
Hi,
the bash and texinfo source you downloaded is not for MinGW but for
MSYS. MinGW does not provide Unix functions, it only gives you access to
Microsoft's C runtime functions found in msvcrt.dll.
MSYS's has its own runtime, called msys-1.0.dll. Although its use is
discouraged.
If you want to continue, look for msysDVLPR-1.0.0-alpha-1.tar.gz, it
contains headers and libraries for use with the MSYS runtime, take extra
care when unpacking, the MSYS headers and libraries are incompatible
with MinGW, make sure you do not replace those from MinGW.
You may also find these articles useful.
http://www.mingw.org/MinGWiki/index.php/MsysBuildEnvironment
http://www.mingw.org/MinGWiki/index.php/GettingStarted
http://www.mingw.org/MinGWiki/index.php/Build%20MSYS
Hope that helps.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
MinGW-users mailing list
MinGW-users@xxxxxxxxxxxxxxxxxxxxx
You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users