C99/C++ patch for /usr/include/math.h

2003-07-04 Thread Billinghurst, David (CRTS)
I have been working through some gcc-3.4 libstdc++-v3 testsuite failures on cygwin. The tests: - 26_numerics/c99_classification_macros_c++.cc - 26_numerics/c99_classification_macros_c.cc fail because C99 and C++ disagree over fpclassify() The following patch to /usr/include/math.h does the job,

RE: ImageMagick

2003-07-20 Thread Billinghurst, David (CRTS)
I have IM installed. Busy right now but I will have a look at it tonight and report back. -Original Message- From: Bill McCormick [mailto:[EMAIL PROTECTED] Sent: Monday, 21 July 2003 3:39 PM To: Cygwin Subject: ImageMagick Hi all, Anybody have ImageMagick installed? I'm having instal

RE: Anyone trying 1.5.0 for anything other than managed mode?

2003-07-21 Thread Billinghurst, David (CRTS)
I can build and test gcc HEAD with 1.5.0 and latest (well yesterday's latest) test packages. The testsuite results are similar to 1.3, but I haven't checked the output line by line. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problem

RE: ImageMagick

2003-07-21 Thread Billinghurst, David (CRTS)
ImageMagick-5.5.3 builds out of the box for me with shared libraries, and I have been using it for months without problem. I did re-autotool it before I built, but I am not sure if that is required libtoolize --copy --force && \ aclocal && \ automake && \ autoconf I then configured wit

RE: Gnat for win32 does not search include and library paths

2002-10-08 Thread Billinghurst, David (CRTS)
You can build gnat on cygwin. See - http://gcc.gnu.org/ml/gcc/2002-06/msg00161.html - http://sources.redhat.com/ml/cygwin/2002-09/msg01212.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cy

Problems with binutils 20021107-1

2002-11-07 Thread Billinghurst, David (CRTS)
I cannot bootstrap gcc-3.3 with binutils-20021107-1. The problem goes away if I revert to binutils-20020706-2, and reoccurs if I reinstall binutils-20021107-1. The error that occurs is a Signal 11 running gengtype.exe gcc -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-p

RE: ld crash

2002-11-13 Thread Billinghurst, David (CRTS)
This is a libtool problem. If you do not find a more sophisticated fix you might try renaming or deleting /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libstdc++.la. -Original Message- From: Braden McDaniel [mailto:braden.n.mcdaniel@;saic.com] Sent: Thursday, 14 November 2002 10:59 AM To

RE: Snapshot 200300205/gcc3.3

2003-02-05 Thread Billinghurst, David (CRTS)
You do need a gnat compiler, as found http://www.geocities.com/billingd2002/gnat/ Works fine for gcc-3.2 but not for gcc-3.3 (gcc PR 6942) -Original Message- From: Robert McNulty Junior [mailto:[EMAIL PROTECTED]] Sent: Thursday, 6 February 2003 4:05 PM To: Dockeen; [EMAIL PROTECTED] Subjec

RE: RE: input stream crash with gcc 3.1

2002-03-18 Thread Billinghurst, David (CRTS)
I just tried this too. Same result. I have been chasing (without success) some libstdc++-v3 testsuite failures that are similar. That discusion is on the libstdc++ mailing list. The advice was to try recompiling libtsdc++-v3 with CXXFLAGS="-g -O0" and use the debugger. This got me a little

RE: GCL 2.4.1: missing unexnt.c

2002-03-30 Thread Billinghurst, David (CRTS)
There has been some discussion of this on [EMAIL PROTECTED] recently. Check the archives at http://mail.gnu.org/pipermail/gcl-devel/ for the details. working from memory here, so check this, but: - you will get better results on cygwin and mingw using the CVS version 2.50 from savannah.gcc.

Minor texi2html (tetex-beta) change

2002-03-31 Thread Billinghurst, David (CRTS)
The file texi2html, in the tetex-beta package, starts #!/usr/local/bin/perl Of course, it should be #!/usr/bin/perl -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

dejagnu-1.4.2 on cygwin

2002-04-02 Thread Billinghurst, David (CRTS)
Tim Prince wrote: My dejagnu runs reasonably well, although I haven't figured out how David Billinghurst was able to bring his up to date. dejagnu-1.4.2 builds OOTB for me. - download from any gnu mirror - build out of source tree with srcdir/configure --prefix=/usr make make in

RE: dejagnu-1.4.2 on cygwin

2002-04-03 Thread Billinghurst, David (CRTS)
conds). mkdir dejagnu-1.4.2 cd dejagnu-1.4.2 /usr/local/src/dejagnu-1.4.2/configure --prefix=/usr make make install -Original Message- From: Tim Prince [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 3 April 2002 8:05 To: Billinghurst, David (CRTS) Cc: [EMAIL PROTECTED] Subjec

RE: setup 2.194.2.21: Questions about the "per-mirror directories" feature

2002-04-22 Thread Billinghurst, David (CRTS)
> From: Michael A Chase [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 27 March 2002 8:49 > To: Alexei Lioubimov; [EMAIL PROTECTED] > Subject: Re: setup 2.194.2.21: Questions about the "per-mirror directories" feature > I've written a Perl script > (http://home.ix.netcom.com/~mchase/zip/clean_set

RE: Macsyma

2002-05-02 Thread Billinghurst, David (CRTS)
with mingw. -Original Message- From: Dershowitz, Bill [mailto:[EMAIL PROTECTED]] Sent: Friday, 3 May 2002 2:20 To: Billinghurst, David (CRTS) Subject: Macsyma Dear David: I understand from the Cygwin site that you have compiled Macsyma. Is it possible to obtain the binary for Macsyma from you (or

Object alignment, was: cygwin failures - assertion "!(addr & FLAGS)" failed:

2002-05-05 Thread Billinghurst, David (CRTS)
hives, which I will obviously have to re-read in the next little while. -Original Message- From: Tom Tromey [mailto:[EMAIL PROTECTED]] Sent: Saturday, 4 May 2002 6:31 To: Billinghurst, David (CRTS) Cc: [EMAIL PROTECTED] Subject: Re: cygwin failures - assertion "!(addr &

RE: [MinGW-dvlpr] Re: gcc 3.1 [-mno-cygwin and __main ]

2002-05-14 Thread Billinghurst, David (CRTS)
Danny, Can you elaborate on this. Now would be a good time to get dwarf2 EH working on cygwin. It would be painful to release a cygwin gcc-3.1 with sjlj exceptions, then switch. I don't mind hacking away at the gcc build process, but I get confused if I get too deep into the internals.

RE: New gcc-3.1.1 Release - g77

2002-09-17 Thread Billinghurst, David (CRTS)
It can be done. I have a working (or so it seems) GNAT for cygwin. Let me know if you are interested. -Original Message- From: David A. Cobb [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 18 September 2002 3:21 To: Dockeen Cc: [EMAIL PROTECTED] Subject: Re: New gcc-3.1.1 Release - g77 B

RE: GNAT in gcc-3.2 [was Re: New gcc-3.1.1 Release - g77]

2002-09-18 Thread Billinghurst, David (CRTS)
se it was there". -Original Message- From: David A. Cobb [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 18 September 2002 9:32 To: Billinghurst, David (CRTS); [EMAIL PROTECTED] Subject: GNAT in gcc-3.2 [was Re: New gcc-3.1.1 Release - g77] Billinghurst, David (CRTS) wrote: >It can be done. I h

ada binary for cygwin

2002-09-24 Thread Billinghurst, David (CRTS)
I have build an ada compiler on cygwin using cygwin branch of gcc-3.2. The original bootstrap was done a few months ago using a native PC version of GNAT. I forget the details but they were posted to the list back then. I have no real interest in ada, but do use it for testing gcc. The only

Re: Building Octave-2.1.35 using Cygwin-1.3.3-2

2001-12-04 Thread Billinghurst, David (CRTS)
You wrote that you had problems compiling octave-2.1.35 on cygwin, due to a missing definition of _rl_clear_screen. The problem is that _rl_clear_screen is "private" and is not exported in cygreadline.dll. As you and I both found out, simply removing the leading underscore is the "Wrong Thing".

RE: experimental texmf packages

2001-12-05 Thread Billinghurst, David (CRTS)
Jan, I have successfully installed your texmf packages using setup. I just put your files in my existing downloaded files and edited my existing setup.ini to add the texmf-* hints. Simple tests for tex, latex and dvips work. I will have a play over the weekend and see what I can break. -

ualarm() does not conform to

2001-12-10 Thread Billinghurst, David (CRTS)
Cygwin has recently acquired the ualarm function. The function is declared in as useconds_t _EXFUN(ualarm, (useconds_t __useconds)); This doesn't match the The Single UNIX Specification Version 2 at http://www.opengroup.org/onlinepubs/007908799/xsh/ualarm.html, which wants useconds_t ualarm(

RE: building clisp on cygwin

2001-12-10 Thread Billinghurst, David (CRTS)
nds) unsigned int seconds; { @@ -616,6 +617,7 @@ } return remaining; } +#endif # - -Original Message- From: Dan Stanger [mailto:[EMAIL PROTECTED]] Sent: Monday, 10 December 2001 2:44 To: Billi

RE: [ANNOUNCEMENT] Updated: gettext-0.10.40-1

2001-12-19 Thread Billinghurst, David (CRTS)
Thanks. This works nicely with gcc-3.1 (which has had broken nls support for a while) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com

RE: How do i upgrade to gcc 3.X on cygwin?

2002-01-30 Thread Billinghurst, David (CRTS)
To install gcc-3 into /usr/local install dejagnu-1.4.2 if you want to run the g++ testsuite if you want to build objc, install patch http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00578.html cd to somewhere out of the gcc source tree mkdir ${build} cd ${build} ${srcdir}/configure --enable-threads=pos

RE: Problems upgrading from 2.95.3-5 to 3.X on cygwin

2002-02-01 Thread Billinghurst, David (CRTS)
Mack, A couple of things to try: Unpack the gcc source tree using cygwin tar and gzip/bzip2. Some windows utilities are "smart" enough to convert \n to \r\n Try using binary mounts for the source and build trees. Use the configure options I posted earlier. -Original Message- From:

RE: Problems upgrading from 2.95.3-5 to 3.X on cygwin

2002-02-04 Thread Billinghurst, David (CRTS)
The fastjar install problem was fixed in gcc-3.1. zlib, fastjar and gcj are built on the mainline to prevent bitrot. One could make a case for disabling them for a release. -Original Message- From: Alexandre Oliva [mailto:[EMAIL PROTECTED]] Sent: Monday, 4 February 2002 10:59 To: [E

RE: cvs: Terminated with fatal signal 6

2002-02-06 Thread Billinghurst, David (CRTS)
cygwin cvs (on win2k) copes with this ok. It happens with gcc and maxima sources. It just overwrites on file and complains. -Original Message- From: Charles Wilson [mailto:[EMAIL PROTECTED]] Sent: Thursday, 7 February 2002 12:56 To: Volker Quetschke Cc: [EMAIL PROTECTED] Subject: Re: