public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/16926] New: build fails on x86_64 - crti.o not found
@ 2004-08-09  2:34 generica at email dot com
  2004-08-09  3:21 ` [Bug other/16926] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: generica at email dot com @ 2004-08-09  2:34 UTC (permalink / raw)
  To: gcc-bugs

Fedora Core 2
x86_64

../gcc-3.4.1/configure --prefix=/usr/local/gcc-3.4.1 --enable-shared
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu

make[1]: Entering directory `/common/src/wexstan/gcc-build/gcc'
make \
  CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long  " \
  CONFIG_H="config.h  auto-host.h ../../gcc-3.4.1/gcc/../include/ansidecl.h" \
  MAKEOVERRIDES= \
  -f libgcc.mk all
make[2]: Entering directory `/common/src/wexstan/gcc-build/gcc'
for d in libgcc 32 libgcc/32; do \
  if [ -d $d ]; then true; else /bin/sh ../../gcc-3.4.1/gcc/mkinstalldirs $d; fi; \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/common/src/wexstan/gcc-build/gcc/xgcc -B/common/src/wexstan/gcc-build/gcc/
-B/usr/local/gcc-3.4.1/x86_64-unknown-linux-gnu/bin/
-B/usr/local/gcc-3.4.1/x86_64-unknown-linux-gnu/lib/ -isystem
/usr/local/gcc-3.4.1/x86_64-unknown-linux-gnu/include -isystem
/usr/local/gcc-3.4.1/x86_64-unknown-linux-gnu/sys-include -O2  -DIN_GCC    -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs
-Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc/32/libgcc.map -o
32/libgcc_s.so.1  -m32  libgcc/32/_muldi3.o libgcc/32/_negdi2.o
libgcc/32/_lshrdi3.o libgcc/32/_ashldi3.o libgcc/32/_ashrdi3.o
libgcc/32/_cmpdi2.o libgcc/32/_ucmpdi2.o libgcc/32/_floatdidf.o
libgcc/32/_floatdisf.o libgcc/32/_fixunsdfsi.o libgcc/32/_fixunssfsi.o
libgcc/32/_fixunsdfdi.o libgcc/32/_fixdfdi.o libgcc/32/_fixunssfdi.o
libgcc/32/_fixsfdi.o libgcc/32/_fixxfdi.o libgcc/32/_fixunsxfdi.o
libgcc/32/_floatdixf.o libgcc/32/_fixunsxfsi.o libgcc/32/_fixtfdi.o
libgcc/32/_fixunstfdi.o libgcc/32/_floatditf.o libgcc/32/_clear_cache.o
libgcc/32/_trampoline.o libgcc/32/__main.o libgcc/32/_absvsi2.o
libgcc/32/_absvdi2.o libgcc/32/_addvsi3.o libgcc/32/_addvdi3.o
libgcc/32/_subvsi3.o libgcc/32/_subvdi3.o libgcc/32/_mulvsi3.o
libgcc/32/_mulvdi3.o libgcc/32/_negvsi2.o libgcc/32/_negvdi2.o
libgcc/32/_ctors.o libgcc/32/_ffssi2.o libgcc/32/_ffsdi2.o libgcc/32/_clz.o
libgcc/32/_clzsi2.o libgcc/32/_clzdi2.o libgcc/32/_ctzsi2.o libgcc/32/_ctzdi2.o
libgcc/32/_popcount_tab.o libgcc/32/_popcountsi2.o libgcc/32/_popcountdi2.o
libgcc/32/_paritysi2.o libgcc/32/_paritydi2.o libgcc/32/_divdi3.o
libgcc/32/_moddi3.o libgcc/32/_udivdi3.o libgcc/32/_umoddi3.o
libgcc/32/_udiv_w_sdiv.o libgcc/32/_udivmoddi4.o  libgcc/32/unwind-dw2.o
libgcc/32/unwind-dw2-fde-glibc.o libgcc/32/unwind-sjlj.o libgcc/32/gthr-gnat.o
libgcc/32/unwind-c.o -lc && rm -f libgcc_s_32.so && ln -s 32/libgcc_s.so.1
libgcc_s_32.so
/usr/bin/ld: crti.o: No such file: No such file or directory
collect2: ld returned 1 exit status
make[2]: *** [32/libgcc_s_32.so] Error 1
make[2]: Leaving directory `/common/src/wexstan/gcc-build/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/common/src/wexstan/gcc-build/gcc'
make: *** [all-gcc] Error 2

-- 
           Summary: build fails on x86_64 - crti.o not found
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: generica at email dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug other/16926] build fails on x86_64 - crti.o not found
  2004-08-09  2:34 [Bug other/16926] New: build fails on x86_64 - crti.o not found generica at email dot com
@ 2004-08-09  3:21 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-09  3:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-09 03:21 -------
You don't have the 32bit user land so you have do --disable-multilib when compiling.

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


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


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

end of thread, other threads:[~2004-08-09  3:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-09  2:34 [Bug other/16926] New: build fails on x86_64 - crti.o not found generica at email dot com
2004-08-09  3:21 ` [Bug other/16926] " 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).