Re: Install page misses Bison prerequisite

2023-10-26 Thread Andrew Pinski via Gcc
On Thu, Oct 26, 2023 at 11:01 AM Simon Sobisch via Gcc wrote: > > https://gcc.gnu.org/install/prerequisites.html has a bunch of tools > under "Tools/packages necessary for modifying GCC", but GNU Bison is > missing. > > I found it interesting to see that some files like under intl say > 1 /* A

Re: Install page misses Bison prerequisite

2023-10-26 Thread Andrew Pinski via Gcc
Looks like it was removed on accident here: https://gcc.gnu.org/git/?p=gcc.git;a=blobdiff;f=gcc/doc/install.texi;h=3bf2305c8d14181bfb61d112ab3e1c0c2f605322;hp=5735f054317e08b2c5b629adfe72a308459b8bd9;hb=e8645a4001a8d117dd336ea75942aac49101af49;hpb=3825be8c96775cf8e6fcb5eef04455f07717a5ea But it is

Re: install location of math-vector-fortran.h

2020-06-08 Thread Joseph Myers
On Mon, 8 Jun 2020, Matthias Klose wrote: > However the file is architecture specific, currently only having variants for > x86_64-*-gnu, x86_64-*-gnux32, and a generic variant. This creates problems > when the file is contained in a Debian package which is marked as Multi-Arch: > same, also it s

Re: install location of math-vector-fortran.h

2020-06-08 Thread Jakub Jelinek via Gcc
On Mon, Jun 08, 2020 at 12:52:36PM +0200, Matthias Klose wrote: > GCC and glibc need to agree on the install location for math-vector-fortran.h. > Currently it is installed into > > /usr/include/finclude/math-vector-fortran.h > > However the file is architecture specific, currently only having

Re: install location of math-vector-fortran.h

2020-06-08 Thread Florian Weimer via Gcc
* Matthias Klose: > this file currently only has lines like: > > !GCC$ builtin (cos) attributes simd (notinbranch) if('x86_64') > > so it shouldn't have any effect to other architectures? Or are the > conditionals explicitly done to exclude the 32bit x86 configuration? Ah. It's the latter. Tha

Re: install location of math-vector-fortran.h

2020-06-08 Thread Matthias Klose
On 6/8/20 1:03 PM, Florian Weimer via Gcc wrote: > * Matthias Klose: > >> [not subscribed to the libc-alpha list] >> >> GCC and glibc need to agree on the install location for >> math-vector-fortran.h. >> Currently it is installed into >> >> /usr/include/finclude/math-vector-fortran.h >> >> How

Re: install location of math-vector-fortran.h

2020-06-08 Thread Florian Weimer via Gcc
* Matthias Klose: > [not subscribed to the libc-alpha list] > > GCC and glibc need to agree on the install location for math-vector-fortran.h. > Currently it is installed into > > /usr/include/finclude/math-vector-fortran.h > > However the file is architecture specific, currently only having > v

Re: Install gcj with gcc5 on ubunto

2019-07-01 Thread charfi asma via gcc
Hello, I have an ubuntu. I installed gcc 5 to be able to install gcj (because gcj is no longer distributed with the new version of gcc).when I run apt-cache search gcj I get this : gcj-5-jdk - GCJ and Classpath development tools for Java(TM) I tried then to install it by running apt-get instal

Re: Install GCC guide

2017-05-12 Thread joris
Hi, I redid the build without touching binutils ( is installed on the system), then it works OK. The issue is when you follow the install guide's suggestion to unpack binutils within the source tree. So indeed the issue is with the doc. Once you start moving dirs from binutils to gcc tree an

Re: Install GCC guide

2017-05-12 Thread Jonathan Wakely
On 12 May 2017 at 15:05, Jonathan Wakely wrote: > On 12 May 2017 at 14:03, joris wrote: >> Hi, >> >> The installing GCC guide contains a paragraph that says 'If you also intend >> to build binutils (either to upgrade an existing installation or for use in >> place of the corresponding tools of your

Re: Install GCC guide

2017-05-12 Thread Jonathan Wakely
On 12 May 2017 at 14:03, joris wrote: > Hi, > > The installing GCC guide contains a paragraph that says 'If you also intend > to build binutils (either to upgrade an existing installation or for use in > place of the corresponding tools of your OS), unpack the binutils > distribution either in the

Re: install path in libgcc Makefile.in

2008-10-13 Thread Zhang Le
On 04:19 Mon 13 Oct , Eus wrote: > Hi Ho! > > On Saturday, October 11, 2008, "Zhang Le" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > Another problem when cross building the native mips compiler. > > I.e. build=x86, host=target=mipsel > > I have done some search, but haven't found any related

Re: install path in libgcc Makefile.in

2008-10-13 Thread Eus
Hi Ho! On Saturday, October 11, 2008, "Zhang Le" <[EMAIL PROTECTED]> wrote: > Hi, > > Another problem when cross building the native mips compiler. > I.e. build=x86, host=target=mipsel > I have done some search, but haven't found any related discussion. Please have a look at: http://gcc.gnu.org

Re: install path in libgcc Makefile.in

2008-10-12 Thread Zhang Le
On 17:36 Sat 11 Oct , Daniel Jacobowitz wrote: > > The patch is included. > > If you've tested it, send it to gcc-patches. I will test in 3 cases: build = host = target build = host != target build != host = target Now the first two are finished. I am using the compiler get in step to run ca

Re: install path in libgcc Makefile.in

2008-10-11 Thread Daniel Jacobowitz
On Sun, Oct 12, 2008 at 03:13:47AM +0800, Zhang Le wrote: > On 00:06 Sat 11 Oct , Daniel Jacobowitz wrote: > > > If this is ok, I will post a little patch. > > > > That sounds fine, but the whole process is trouble. > > Would you explain why it is trouble? Thanks! For instance, libgcc and li

Re: install path in libgcc Makefile.in

2008-10-11 Thread Zhang Le
On 00:06 Sat 11 Oct , Daniel Jacobowitz wrote: > > If this is ok, I will post a little patch. > > That sounds fine, but the whole process is trouble. Would you explain why it is trouble? Thanks! The patch is included. Zhang Le diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 5fc628b..

Re: install path in libgcc Makefile.in

2008-10-10 Thread Daniel Jacobowitz
On Sat, Oct 11, 2008 at 03:17:31AM +0800, Zhang Le wrote: > Hi, > > Another problem when cross building the native mips compiler. > I.e. build=x86, host=target=mipsel > I have done some search, but haven't found any related discussion. > > The install path of libgcc contains gcc version. > Curren

Re: INSTALL/configure.html mentions ${gcc_tooldir} - what's that?

2008-04-14 Thread Jim Wilson
Denys Vlasenko wrote: Please, can somebody add an explanation to INSTALL/configure.html what ${gcc_tooldir} is, and how to set it (I guess with configure option or something?) gcc_tooldir is a makefile variable. You can't change it directly. It is effectively $prefix/$target, though if you l

RE: install gcc

2007-02-18 Thread Tehila Meyzels
[EMAIL PROTECTED] wrote on 18/02/2007 14:16:51: > > Hi > > I want steps to install gcc > You can read all here: http://gcc.gnu.org/install/ BTW, your question seems to be more related to gcc-help mailing list. This mailing list is for GCC developers. Good luck, Tehila. > thank > > > > Eng.Mo

Re: install Gcc on SuSE Linux 10

2006-05-10 Thread Grzegorz Jaskiewicz
On Wednesday 10 May 2006 12:33, [EMAIL PROTECTED] wrote: > Hi! I'm new of Linux and I'm not good. > > How can I install Gcc if I don't have any C compiler? install rpm package for your distribution, or download gcc in binary form. this question doesn't belong here, so please ask on SuSE related gro

RE: install

2005-04-14 Thread Dave Korn
Original Message >From: Gerald Pfeifer >Sent: 14 April 2005 13:45 > On Thu, 14 Apr 2005, Master Faris wrote: >> I would like to install gcc on solaris 9 >> sun4u sparc SUNW,Sun-Fire-V440 >> >> can you give me some directions or where to find instructions please as >> this is my first time

Re: install

2005-04-14 Thread Gerald Pfeifer
On Thu, 14 Apr 2005, Master Faris wrote: > I would like to install gcc on solaris 9 > sun4u sparc SUNW,Sun-Fire-V440 > > can you give me some directions or where to find instructions please as this > is my first time doing it Please have a look at our website http://gcc.gnu.org, specifically http