Re: Help with Dependencies Compilation

Keith MARSHALL <[email protected]>
Newsgroups gmane.comp.windows.gnu.user
Message-ID <OF0783CD18.DA40306B-ON80257456.004124E2-80257456.00422E85@total.com>



Libin Varghese wrote:
> [snip numerous lines similar to...]
>   g:/mingw/3.4.5/bin/../lib/gcc/mingw32/3.4.5/../../../../include/sys/stat.h
>
> But the path specified here for the headers are not correct.

Where have you installed MinGW?

If you normalise the above path, (i.e. resolve out the `..' components),
it becomes:

  g:/mingw/3.4.5/include/sys/stat.h

If you have MinGW installed in `g:/mingw/3.4.5', (i.e. your gcc.exe is
`g:/mingw/3.4.5/bin/gcc.exe'), that is perfectly correct.

> I want to change this path. These paths are not mentioned anywhere in
> the whole package. Can we set the path for the Mingw Headers and GLIBC
> headers in one place?

MinGW headers are located relative to where you installed MinGW; you
should not try to change that, or move them.

MinGW does *not* use GLIBC; it uses MSVCRT.DLL.

Regards,
Keith.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.