From mboxrd@z Thu Jan 1 00:00:00 1970 From: n8tm@aol.comnojunk (Tim Prince) To: help-gcc@gnu.org Subject: Re: gcc-2.95.2 Date: Sat, 06 Nov 1999 14:50:00 -0000 Message-id: <19991106174904.01641.00003350@ng-ch1.aol.com> References: <38249817.86D27590@bcpl.net> X-SW-Source: 1999-11/msg00067.html > trying to install gcc-2.95.2 on my cygwin b20.1 system You should have said so in the subject; you'll be lucky if you get relevant responses. >_muldi3 >./libgcc2.c:41: stdlib.h: No such file or directory >./libgcc2.c:42: unistd.h: No such file or directory You don't have it configured with --prefix and --target pointing to a directory which contains the include files. You could patch over this by putting them in /usr/include, but that should be a last resort, as you may have other problems, particularly if you're on W9X. Supposing that your current installation is like --prefix=//c/cygnus/cygwin-b20/H-i586-cygwin32 --host=i586-cygwin32 and you haven't installed the recommended snapshots, your configure would include the above and --target=i586-cygwin32, unless you want to copy the necessary directories from where there are now to where you say you're intending to install. I have a (mostly done) treatise on this at http://members.aol.com/n8tm/cygwingccg77.htm . Tim Prince tprince@computer.org From mboxrd@z Thu Jan 1 00:00:00 1970 From: n8tm@aol.comnojunk (Tim Prince) To: help-gcc@gnu.org Subject: Re: gcc-2.95.2 Date: Tue, 30 Nov 1999 23:28:00 -0000 Message-ID: <19991106174904.01641.00003350@ng-ch1.aol.com> References: <38249817.86D27590@bcpl.net> X-SW-Source: 1999-11n/msg00067.html Message-ID: <19991130232800.hhPM6B1keUPZq3_uo9MGSFyPSfizCSHOUaZ0kG2SY6o@z> > trying to install gcc-2.95.2 on my cygwin b20.1 system You should have said so in the subject; you'll be lucky if you get relevant responses. >_muldi3 >./libgcc2.c:41: stdlib.h: No such file or directory >./libgcc2.c:42: unistd.h: No such file or directory You don't have it configured with --prefix and --target pointing to a directory which contains the include files. You could patch over this by putting them in /usr/include, but that should be a last resort, as you may have other problems, particularly if you're on W9X. Supposing that your current installation is like --prefix=//c/cygnus/cygwin-b20/H-i586-cygwin32 --host=i586-cygwin32 and you haven't installed the recommended snapshots, your configure would include the above and --target=i586-cygwin32, unless you want to copy the necessary directories from where there are now to where you say you're intending to install. I have a (mostly done) treatise on this at http://members.aol.com/n8tm/cygwingccg77.htm . Tim Prince tprince@computer.org