|
John Hansen wrote:
>
> I've downloaded and installed test release 09. Once again things worked
> very well. But there is one definite problem with this release (as well as
> 08) when running under Cygwin.
>
> In Makefile.Common the lines
>
> ifdef BUILDING_HOST_UTILS
> # ----------------------------------------------------------------------------
> # defines for build of native compiled utilities
> # ----------------------------------------------------------------------------
>
> CFLAGS=-O2 -Wall
>
> will make it so that the host utilities are built without -D_WIN32 and that
> guarantees that they will not function properly when running under cygwin.
>
> For Cygwin, an easy fix is to change the CFLAGS line to be
>
> CFLAGS+=-O2 -Wall
>
> Any chance this can get fixed before the next release?
You bet. I've fixed this in CVS so it will be in our next
test release.
Thanks for reporting it. (This is why we do test releases ;-)
Regards,
Stephen
--
Stephen M. Moraco
stephen@debian.org
|
|
Message is in Reply To:
| | BrickOS & Cygwin
|
| I've downloaded and installed test release 09. Once again things worked very well. But there is one definite problem with this release (as well as 08) when running under Cygwin. In Makefile.Common the lines ifdef BUILDING_HOST_UTILS # ---...--- # (...) (22 years ago, 19-Nov-02, to lugnet.robotics.rcx.legos)
|
2 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|