public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
  • [parent not found: <15:11:10>]
  • [parent not found: <"Wed,>]
  • * gcc build
    @ 2009-03-30 10:09 M R Swami Reddy
      2009-03-30 10:28 ` Jason Pernito
      0 siblings, 1 reply; 28+ messages in thread
    From: M R Swami Reddy @ 2009-03-30 10:09 UTC (permalink / raw)
      To: gcc-help
    
    Hello,
    
    I am building the gcc tools for crx-elf target. During the build:
    ===
    build-trunk/crx-elf/libgcc/config.log:
    ...
    ./gcc/cc1: error while loading shared libraries: libmpfr.so.1: cannot open 
    shared object file: No such file or directory.
    ...
    ===
    Set the LD_LIBRARY_PATH for LD_LIBRARY_PATH for libmpfr.so.1 and libgmp.so.1
    as follows:
    ===
     > echo $LD_LIBRARY_PATH
    /scratch/kafi/downloads/mpfr/mpfr-2.3.1/rel/lib:/scratch/kafi/downloads/gmp/gmp-4.2.3/rel/lib
    ==
    
    Please let me know, if any more setting required.
    
    gcc version with gcc trunk sources:
    ===
    gcc version 4.5.0 20090330 (experimental) (GCC)
    ==
    
    Thanks
    Swami
    
    ^ permalink raw reply	[flat|nested] 28+ messages in thread
    [parent not found: <42258E26.60506@ing.uniroma2.it>]
    * Gcc build.
    @ 2000-08-08 11:56 steve Waugh
      2000-08-08 18:19 ` Alexandre Oliva
      0 siblings, 1 reply; 28+ messages in thread
    From: steve Waugh @ 2000-08-08 11:56 UTC (permalink / raw)
      To: help-gcc
    
    Hi,
    
    I am trying to modify some passes of gcc and am
    building the compiler each time I make some changes to
    the code.This takes a real long time and I was
    wondering if someone could give me a better idea to do
    the same.
    
    Thanks,
    
    Steve
    
    __________________________________________________
    Do You Yahoo!?
    Kick off your party with Yahoo! Invites.
    http://invites.yahoo.com/
    
    ^ permalink raw reply	[flat|nested] 28+ messages in thread
    * gcc build
    @ 2000-07-26  7:51 Jonathan L. Starr
      0 siblings, 0 replies; 28+ messages in thread
    From: Jonathan L. Starr @ 2000-07-26  7:51 UTC (permalink / raw)
      To: gcc-help
    
    I downloaded gcc-2.95.2-2-src.tar from a Cygnus mirror and tried
    to build on a Sun OS4.1.3 system.  The build failed because
    directory libiberty in the directory above gcc (gcc-2.95.2-2)
    was a link to ../common, which did not exist, and so some things
    were considered missing (ostack.c, libiberty.a).
    
    What do I need to do?
    
    Thanks for any help.
    -- 
    
    -- Jonathan Starr
       starr@belsoft.com
       (781) 862-2343
    
    ^ permalink raw reply	[flat|nested] 28+ messages in thread
    * gcc build
    @ 2000-07-22 13:29 Jonathan L. Starr
      2000-07-26 11:05 ` Alexandre Oliva
      0 siblings, 1 reply; 28+ messages in thread
    From: Jonathan L. Starr @ 2000-07-22 13:29 UTC (permalink / raw)
      To: gcc-help
    
    I downloaded gcc-2.95.2-2-src.tar from a Cygnus mirror and tried
    to build on a Sun OS4.1.3 system.  The build failed because
    directory libiberty in the directory above gcc (gcc-2.95.2-2)
    was a link to ../common, which did not exist, and so some things
    were considered missing (ostack.c, libiberty.a).
    
    What do I need to do?
    
    Thanks for any help.
    -- 
    
    -- Jonathan Starr
       starr@belsoft.com
       (781) 862-2343
    
    ^ permalink raw reply	[flat|nested] 28+ messages in thread
    [parent not found: <Brent>]

    end of thread, other threads:[~2009-03-30 10:37 UTC | newest]
    
    Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <Gregory>
         [not found] ` <P.>
         [not found]   ` <Sherwood"'s>
         [not found]     ` <message>
         [not found]       ` <of>
         [not found]         ` <"Fri,>
         [not found]           ` <28>
         [not found]           ` <04>
         [not found]             ` <Feb>
         [not found]               ` <2000>
         [not found]                 ` <09:33:58>
         [not found]                   ` <-0800>
    2000-02-04  9:31                     ` GCC Build Gregory P. Sherwood
    2000-02-06 19:06                       ` Alexandre Oliva
    2000-02-07  9:20                         ` Gregory P. Sherwood
    2000-04-01  0:00                           ` Gregory P. Sherwood
    2000-04-01  0:00                         ` Alexandre Oliva
    2000-04-01  0:00                       ` Gregory P. Sherwood
         [not found]                 ` <15:11:10>
         [not found]                   ` <+0800>
    2000-07-28  0:03                     ` gnu gcc in BSDI 4.0.1 assakhof
    2000-07-28  0:09                       ` Alexandre Oliva
    2000-07-28  5:50                         ` assakhof
    2000-07-28  6:00                           ` Alexandre Oliva
    2000-07-28 18:05                             ` assakhof
    2000-07-29 10:51                               ` Alexandre Oliva
         [not found]         ` <"Wed,>
         [not found]           ` <15>
         [not found]             ` <Aug>
         [not found]               ` <2001>
         [not found]                 ` <23:41:29>
         [not found]                   ` <-0700>
    2001-08-15 23:46                     ` code broken by gcc 3.0 Brent Phillips
    2001-08-16 18:18                       ` Alexandre Oliva
    2001-08-16 22:05                         ` Brent Phillips
    2009-03-30 10:09 gcc build M R Swami Reddy
    2009-03-30 10:28 ` Jason Pernito
    2009-03-30 10:32   ` M R Swami Reddy
    2009-03-30 10:37   ` M R Swami Reddy
         [not found] <42258E26.60506@ing.uniroma2.it>
    2005-03-02 14:50 ` Stephen Torri
    2005-03-02 15:19   ` corey taylor
      -- strict thread matches above, loose matches on Subject: below --
    2000-08-08 11:56 Gcc build steve Waugh
    2000-08-08 18:19 ` Alexandre Oliva
    2000-07-26  7:51 gcc build Jonathan L. Starr
    2000-07-22 13:29 Jonathan L. Starr
    2000-07-26 11:05 ` Alexandre Oliva
    2000-07-26 13:06   ` Jonathan L. Starr
    2000-07-26 13:27     ` Alexandre Oliva
         [not found] <Brent>
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).