Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3242751
By: vthornley

I am also attempting to use libgw32c with Mingw and whatever I do I am getting
compilation or linkage errors.

I installed Mingw32 and libgw32c into 'c:\GnuWin32' which gives the following
directory structure:

Mingw32/
  usr/
    include/
      glibc/
      winx/

The system headers directory is 'c:/Mingw32/usr/include'.

I have #include <glibc/argp.h> in my source but some of its dependent headers
include for example #include <features.h> which is in the glibc directory but
not the include directory.

Options as I see it are:
1. copy the glibc directory and its tree into the include directory, overwriting
the existing headers,
2. create a C_INCLUDE_PATH environment variable.

Both of these then create errors at the link stage.

I don't like the suggestion of using the -idirafter in the makefile call to
gcc, since it will prevent compilation on another machine that is not set up
the same as mine.

If anyone can give some advice on how to get this running I would much 
appreciate
it as I am currently going round in circles. I have looked through the mailing
lists, forums, read the release notes, the FAQs, done general google searches
and so far ... nothing.

Vince

(Oh, MinGW is the 4.1.0 complete package, libgw32 is 0.4, and I am using
Win2k.)


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to