public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/22402] New: Error during the build on AIX 5.2.0 ML5
@ 2005-07-11  6:24 lionel dot roux at bio-rad dot com
  2005-07-11 14:27 ` [Bug c/22402] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: lionel dot roux at bio-rad dot com @ 2005-07-11  6:24 UTC (permalink / raw)
  To: gcc-bugs

During the make install -bnoquiet  I have the following errors:
SHLIB_EXT='.a' \
SHLIB_MULTILIB='' \
SHLIB_MKMAP='../../gcc-4.0.0/gcc/mkmap-flat.awk' \
SHLIB_MKMAP_OPTS='' \
SHLIB_MAPFILES='../../gcc-4.0.0/gcc/libgcc-std.ver ../../gcc-
4.0.0/gcc/config/rs6000/libgcc-ppc64.ver' \
SHLIB_NM_FLAGS='-Bpg -X32_64' \
MULTILIB_OSDIRNAMES='' \
ASM_HIDDEN_OP='' \
mkinstalldirs='/bin/sh ../../gcc-4.0.0/gcc/../mkinstalldirs' \
  /bin/sh mklibgcc > tmp-libgcc.mk
mv tmp-libgcc.mk libgcc.mk
TARGET_CPU_DEFAULT="" \
HEADERS="ansidecl.h" DEFINES="USE_COLLECT2" \
/bin/sh ../../gcc-4.0.0/gcc/mkconfig.sh tconfig.h
true
echo '#define FLOAT' > fp-bit.c
cat ../../gcc-4.0.0/gcc/config/fp-bit.c >> fp-bit.c
cat ../../gcc-4.0.0/gcc/config/fp-bit.c > dp-bit.c
make \
  CFLAGS=" " \
  CONFIG_H="config.h  auto-host.h ../../gcc-4.0.0/gcc/../include/ansidecl.h" \
  MAKEOVERRIDES= \
  -f libgcc.mk all
make[2]: Entering directory `/app/C/objgcc/gcc'
make[2]: libgcc.mk: A file or directory in the path name does not exist.
make[2]: *** No rule to make target `libgcc.mk'.  Stop.
make[2]: Leaving directory `/app/C/objgcc/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/app/C/objgcc/gcc'
make: *** [install-gcc] Error 2
# ll libgcc.mk
ls: 0653-341 The file libgcc.mk does not exist.

thanks for your help
Lionel Roux

-- 
           Summary: Error during the build on AIX 5.2.0 ML5
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lionel dot roux at bio-rad dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22402


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c/22402] Error during the build on AIX 5.2.0 ML5
  2005-07-11  6:24 [Bug c/22402] New: Error during the build on AIX 5.2.0 ML5 lionel dot roux at bio-rad dot com
@ 2005-07-11 14:27 ` pinskia at gcc dot gnu dot org
  2005-07-12  4:45 ` [Bug bootstrap/22402] " pinskia at gcc dot gnu dot org
  2005-08-17  3:32 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-11 14:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-11 14:26 -------
You have to do "make bootstrap"/make before you do a "make install".

Does that help?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22402


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/22402] Error during the build on AIX 5.2.0 ML5
  2005-07-11  6:24 [Bug c/22402] New: Error during the build on AIX 5.2.0 ML5 lionel dot roux at bio-rad dot com
  2005-07-11 14:27 ` [Bug c/22402] " pinskia at gcc dot gnu dot org
@ 2005-07-12  4:45 ` pinskia at gcc dot gnu dot org
  2005-08-17  3:32 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-12  4:45 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
          Component|c                           |bootstrap
           Keywords|                            |build
           Priority|P1                          |P2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22402


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/22402] Error during the build on AIX 5.2.0 ML5
  2005-07-11  6:24 [Bug c/22402] New: Error during the build on AIX 5.2.0 ML5 lionel dot roux at bio-rad dot com
  2005-07-11 14:27 ` [Bug c/22402] " pinskia at gcc dot gnu dot org
  2005-07-12  4:45 ` [Bug bootstrap/22402] " pinskia at gcc dot gnu dot org
@ 2005-08-17  3:32 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-17  3:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-17 03:30 -------
You have to do a make bootstrap before you do a make install.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22402


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-08-17  3:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-11  6:24 [Bug c/22402] New: Error during the build on AIX 5.2.0 ML5 lionel dot roux at bio-rad dot com
2005-07-11 14:27 ` [Bug c/22402] " pinskia at gcc dot gnu dot org
2005-07-12  4:45 ` [Bug bootstrap/22402] " pinskia at gcc dot gnu dot org
2005-08-17  3:32 ` pinskia at gcc dot gnu dot org

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).