On Dec 17 11:00, marco atzeri wrote:
> Corinna,
> trying to build the cygwin dll from cvs with just
> configure and build stop here :
>
> checking whether we are cross compiling... no
> checking for suffix of object files... (cached) o
> checking whether we are using the GNU C compiler... (cached)
On Thu, Jan 26, 2006 at 09:52:34PM -0800, Joshua Daniel Franklin wrote:
>On 1/26/06, Joshua Daniel Franklin wrote:
>>OK, the full text of winsup/README is now:
>>
>>THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
>>WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRA
On 1/26/06, Joshua Daniel Franklin wrote:
> OK, the full text of winsup/README is now:
>
> THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
> IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
> WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
>
> Cygwi
On 1/26/06, Corinna Vinschen wrote:
> On Jan 26 13:44, Christopher Faylor wrote:
> > On Thu, Jan 26, 2006 at 10:12:07AM +0100, Corinna Vinschen wrote:
> > >On Jan 25 20:41, Joshua Daniel Franklin wrote:
> > >>I've added this info to
> > >>http://cygwin.com/faq/faq.programming.html#faq.programming.b
On Jan 26 13:44, Christopher Faylor wrote:
> On Thu, Jan 26, 2006 at 10:12:07AM +0100, Corinna Vinschen wrote:
> >On Jan 25 20:41, Joshua Daniel Franklin wrote:
> >>I've added this info to
> >>http://cygwin.com/faq/faq.programming.html#faq.programming.building-cygwin
> >>and I'd like to put it in a
On Thu, Jan 26, 2006 at 10:12:07AM +0100, Corinna Vinschen wrote:
>On Jan 25 20:41, Joshua Daniel Franklin wrote:
>>On 1/20/06, Brian Dessent wrote:
>>>Joshua Daniel Franklin wrote:
>>>
gcc make binutils cocom dejagnu
>>>
>>>gcc depends on binutils, so there's no need to list it as requirement.
On Jan 25 20:41, Joshua Daniel Franklin wrote:
> On 1/20/06, Brian Dessent wrote:
> > Joshua Daniel Franklin wrote:
> >
> > > gcc make binutils cocom dejagnu
> >
> > gcc depends on binutils, so there's no need to list it as requirement.
> > Perl is used in the build process as well.
> >
> > http://
On 1/20/06, Brian Dessent wrote:
> Joshua Daniel Franklin wrote:
>
> > gcc make binutils cocom dejagnu
>
> gcc depends on binutils, so there's no need to list it as requirement.
> Perl is used in the build process as well.
>
> http://cygwin.com/ml/cygwin/2005-01/msg01266.html
Thanks Brian, I think
Joshua Daniel Franklin wrote:
> gcc make binutils cocom dejagnu
gcc depends on binutils, so there's no need to list it as requirement.
Perl is used in the build process as well.
http://cygwin.com/ml/cygwin/2005-01/msg01266.html
Brian
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe
On Fri, Jan 20, 2006 at 10:21:35AM +0100, Corinna Vinschen wrote:
>On Jan 20 09:10, Cliff Hones wrote:
>> Christopher Faylor wrote:
>> > Before we do that can we please find out WHAT is actually wrong? There
>> > is no description of the problem beyond the above. I run the testsuite
>> > several
Joshua Daniel Franklin wrote:
>
> I think I'd tried to come up with a list before but never figured it
> out since I'd
> long ago installed what was needed. Is this a complete enough list?
>
> gcc make binutils cocom dejagnu
>
> This might even be worth adding to a winsup/README file.
I bel
On Jan 20 09:10, Cliff Hones wrote:
> Christopher Faylor wrote:
> > Before we do that can we please find out WHAT is actually wrong? There
> > is no description of the problem beyond the above. I run the testsuite
> > several times a day by cd'ing to winsup/testsuite so I know that works.
> > Let
Christopher Faylor wrote:
> On Thu, Jan 19, 2006 at 08:53:26PM -0800, Joshua Daniel Franklin wrote:
>
>>> . The FAQ info describing how to run the tests is wrong. It worked for
>>>me when I ran "make check" in the i686-pc-cygwin/winsup subdirectory of
>>>my build directory.
>>
>>OK, I'll
On Thu, Jan 19, 2006 at 08:53:26PM -0800, Joshua Daniel Franklin wrote:
>> . The FAQ info describing how to run the tests is wrong. It worked for
>> me when I ran "make check" in the i686-pc-cygwin/winsup subdirectory of
>> my build directory.
>
>OK, I'll fix that.
Before we do that can
On 1/18/06, Cliff Hones wrote:
> It's rather a long time since I tried building my own cygwin from CVS. With
> the new release out, I thought I'd give it a try, as I imagine HEAD is very
> close to 1.5.19-2. I followed the instructions in the FAQ:
> http://cygwin.com/faq/faq.programming.html
Dave Korn wrote:
> Hmm. My local copy of devices.cc regenerated itself today as well,
> although I didn't notice it fly past in the build.
Mystery solved. Cgf updated devices.h and regenerated devices.cc back in
December, but overlooked doing the regenerate when he reverted the change the
Brian Dessent wrote:
> Cliff Hones wrote:
>
>> Well, maybe it is a timestamp problem, but the make did fail trying to
>> regenerate devices.cc using the gendevices script. After I'd installed
>> cocom it worked, and overwrote devices.cc in the src/winsup/cygwin
>> directory.
>
> That does sound
Cliff Hones wrote:
> Well, maybe it is a timestamp problem, but the make did fail trying to
> regenerate
> devices.cc using the gendevices script. After I'd installed cocom it worked,
> and overwrote devices.cc in the src/winsup/cygwin directory.
That does sound like a timestamp issue then.
Corinna Vinschen wrote:
> Do you want to write a few words yourself and send an appropriate docs
> patch to the cygwin-patches list? You know, http://cygwin.com/acronyms#PTC
If anyone feels like rewording that section, it might be a good time to
mention the peculiarities of the sourceware CVS mo
Brian Dessent wrote:
> Cliff Hones wrote:
>
>> . It would be useful to mention in the FAQ which packages need to be
>> installed
>>to perform the build. I expect everyone will realise make, gcc, binutils
>> etc.
>>are required, but I found I needed cocom (for shilka) which I'd not come
Dave Korn wrote:
> Cliff Hones wrote:
>
>> . When I ran the tests, I got five unexpected failures (devdsp,
>>msgtest, pthread-cancel1, semtest and shmtest). Is this to
>>be expected :-).
>
> Is the smiley there to indicate that you already understand perfectly well
> that these tests
Cliff Hones wrote:
> . It would be useful to mention in the FAQ which packages need to be
> installed
> to perform the build. I expect everyone will realise make, gcc, binutils
> etc.
> are required, but I found I needed cocom (for shilka) which I'd not come
> across
> before, an
Cliff Hones wrote:
>
> . When I ran the tests, I got five unexpected failures (devdsp,
> msgtest, pthread-cancel1, semtest and shmtest). Is this to
> be expected :-).
Is the smiley there to indicate that you already understand perfectly well
that these tests would require cygserver
On Jan 18 18:28, Cliff Hones wrote:
> It's rather a long time since I tried building my own cygwin from CVS. With
> the new release out, I thought I'd give it a try, as I imagine HEAD is very
> close to 1.5.19-2. I followed the instructions in the FAQ:
> http://cygwin.com/faq/faq.programming.
24 matches
Mail list logo