Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Mon, 22 Nov 2004 14:00:45 -0500 (EST)
From: Igor Pechtchanski <pechtcha@cs.nyu.edu>
Reply-To: cygwin@cygwin.com
To: Peter Rehley <peter@rehley.net>
cc: cygwin@cygwin.com
Subject: Re: flex and dos source files.   How is flex built for cygwin
In-Reply-To: <866615B0-3CB5-11D9-8A8A-000D932D0448@rehley.net>
Message-ID: <Pine.GSO.4.61.0411221357590.20353@slinky.cs.nyu.edu>
References: <419E499B.4040007@mvista.com> <6.1.0.6.0.20041119143038.04e7a008@pop.prospeed.net> <419E52C1.6030604@mvista.com> <419E5922.9060501@mvista.com> <419EFB39.8020005@x-ray.at> <29A01F5A-3B11-11D9-84CE-000D932D0448@rehley.net> <419F8AA5.9040009@x-ray.at> <D36FEE26-3B25-11D9-AD1D-000D932D0448@rehley.net> <Pine.GSO.4.61.0411221215291.20353@slinky.cs.nyu.edu> <866615B0-3CB5-11D9-8A8A-000D932D0448@rehley.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Scanned-By: MIMEDefang 2.39

On Mon, 22 Nov 2004, Peter Rehley wrote:

> On Nov 22, 2004, at 9:21 AM, Igor Pechtchanski wrote:
>
> > On Sat, 20 Nov 2004, Peter Rehley wrote:
> >
> > > On Nov 20, 2004, at 10:19 AM, Reini Urban wrote:
> > >
> > > [snip]
> > > > ok thanks, for confirmation.
> > > > so cgf should repackage it. it's obviously a bug.
> > >
> > > I think so also because this isn't the behavior that occurs on linux
> > > or BSD.
> >
> > Umm, which behavior are you talking about?  The automatic conversion
> > of CRLF line endings to LF?  This is Cygwin-specific behavior, and has
> > nothing to do with Linux or BSD.  It's there to avoid complaints from
> > people who use, say, notepad on binary mounts to edit their .flex
> > files.
>
> I suspected as much.

So you probably suspect the answer to your repackaging suggestion as well:
it's not going to be repackaged.

> [snip]
> > > Modified build commands would be
> > > ./configure; make LDFLAGS="/usr/lib/automode.o"
> >
> > <PEDANTIC>
> > The above should really be
> > 	./configure; make LDLIBS="/usr/lib/automode.o"
> > 	                    ^^^^
> make LIBS="-lintl /usr/lib/automode.o".  There is no LDLIBS in the flex
> source, and when setting LIBS the -lintl is needed because the LIBS in the
> Makefile had that value.

It *is* LDLIBS.  See "make -pf/dev/null | grep -C2 '^%: %.o'".  BTW, this
is not Cygwin-specific.

> > It may not matter for linking in a .o file, but it certainly will matter if
> > a -l form is used (as you tried earlier).
> > </PEDANTIC>

HTH,
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

