Subject:
|
Re: small patch to build dll on linux
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Sat, 7 Sep 2002 00:51:11 GMT
|
Viewed:
|
2406 times
|
| |
| |
John,
There is another one in $(BRICKOS_ROOT)\Makefile.common. It will below the
line you comment here but I don't see any typos
#
# Cygwin 1.1
#
ifneq (,$(findstring CYGWIN,$(OSTYPE)))
What do you get when you type uname at the prompt?
Ed
John Jorgensen <jjorgens@2gn.com> wrote in message
news:Pine.LNX.4.21.0209061859100.30441-100000@2gn.com...
> This still doesn't work for me. Can you use a similar findstring as the
> one in the root Makefile.common? The one that looks like this;
>
> ifneq (,$(findstring $(OSTYPE),cygwin32 cygwin CYGWIN_NT-4.0 CYGWIN_NT-5.0 CYGWIN_NT-5.1 WindowsNT Windows_NT))
>
> J*
>
> On Fri, 6 Sep 2002, Ed Manlove wrote:
>
> > John,
> >
> > It looks like my patch to catch all WindowsOS broke for Linux. Ooops. I see
> > an extra comma in there that should not be there. Could you try the
> > following for me (or just remove the comma)?
> >
> > --- util/Makefile.common.old Thu Sep 5 16:51:27 2002
> > +++ util/Makefile.common Thu Sep 5 16:51:36 2002
> > @@ -22,7 +22,7 @@
> > #
> > # Windows/Cygnwin, test against several values:
> > #
> > -ifneq (,$(findstring $(OSTYPE),cygwin32 cygwin WindowsNT Windows_NT
> > CYGWIN))
> > +ifneq (,$(findstring $(OSTYPE),cygwin32 cygwin WindowsNT
> > Windows_NT)||$(findstring CYGWIN,$(OSTYPE)))
>
|
|
Message is in Reply To:
| | Re: small patch to build dll on linux
|
| This still doesn't work for me. Can you use a similar findstring as the one in the root Makefile.common? The one that looks like this; ifneq (,$(findstring $(OSTYPE),cygwin32 cygwin CYGWIN_NT-4.0 CYGWIN_NT-5.0 CYGWIN_NT-5.1 WindowsNT Windows_NT)) J* (...) (22 years ago, 6-Sep-02, to lugnet.robotics.rcx.legos)
|
5 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|