bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Problems building bfd (binutils-2.14) on AIX 4.3.3.0 with gcc 3.0 .1


From: SMANSFEL
Subject: RE: Problems building bfd (binutils-2.14) on AIX 4.3.3.0 with gcc 3.0 .1 !
Date: Thu, 10 Jul 2003 09:17:09 +0200

My mistake again !!

First, here's the output of configure :

address@hidden:/tmp/sources/Temp$ ../binutils-2.14/configure
--prefix=$HOME/tmp
creating cache ./config.cache
checking host system type... powerpc-ibm-aix4.3.3.0
checking target system type... powerpc-ibm-aix4.3.3.0
checking build system type... powerpc-ibm-aix4.3.3.0
*** This configuration is not supported in the following subdirectories:
     gprof
    (Any other directories should still work fine.)
checking for powerpc-ibm-aix4.3.3.0-ar... no
checking for ar... ar
checking for powerpc-ibm-aix4.3.3.0-as... no
checking for as... as
checking for powerpc-ibm-aix4.3.3.0-dlltool... no
checking for dlltool... dlltool
checking for powerpc-ibm-aix4.3.3.0-ld... no
checking for ld... ld
checking for powerpc-ibm-aix4.3.3.0-nm... no
checking for nm... nm
checking for powerpc-ibm-aix4.3.3.0-ranlib... no
checking for ranlib... ranlib
checking for powerpc-ibm-aix4.3.3.0-windres... no
checking for windres... windres
checking for powerpc-ibm-aix4.3.3.0-objcopy... no
checking for objcopy... objcopy
checking for powerpc-ibm-aix4.3.3.0-objdump... no
checking for objdump... objdump
checking for powerpc-ibm-aix4.3.3.0-ar... no
checking for ar... ar
checking for powerpc-ibm-aix4.3.3.0-as... no
checking for as... as
checking for powerpc-ibm-aix4.3.3.0-dlltool... no
checking for dlltool... dlltool
checking for powerpc-ibm-aix4.3.3.0-ld... no
checking for ld... ld
checking for powerpc-ibm-aix4.3.3.0-nm... no
checking for nm... nm
checking for powerpc-ibm-aix4.3.3.0-ranlib... no
checking for ranlib... ranlib
checking for powerpc-ibm-aix4.3.3.0-windres... no
checking for windres... windres
checking whether to enable maintainer-specific portions of Makefiles... no
updating cache ./config.cache
creating ./config.status
creating Makefile

address@hidden:/tmp/sources/Temp$ vi Makefile
CC = gcc
CFLAGS = -E -g -O2
LIBCFLAGS = $(CFLAGS)

CXX = c++
CXXFLAGS = -g -O2
LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates

DLLTOOL = dlltool

NM = nm

LD = ld
LDFLAGS =

RANLIB = ranlib

WINDRES = windres

PICFLAG =

# -----------------------------------------------
# Programs producing files for the TARGET machine
# -----------------------------------------------

# This is the list of directories that may be needed in RPATH_ENVVAR
# so that prorgams built for the target machine work.
TARGET_LIB_PATH = $$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs:
"Makefile" 7579 lines, 225105 characters 

address@hidden:/tmp/sources/Temp$ ./make -v
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

And here's the output of "gcc -E" :
address@hidden:/tmp/sources/Temp$ ./make 1>| make_output.txt 2>&1

See attached file !


Cordialement, 

Sébastien MANSFELD 
SOPRA Group 
Europa M  - 4ème étage - Aile D - fenêtre 19 
* : 01 39 45 (6)37 45 
<mailto:address@hidden> 



-----Message d'origine-----
De: Alan Modra [mailto:address@hidden
Date: jeudi 10 juillet 2003 08:46
À: SOPRA - MANSFELD, Sebastien
Cc: address@hidden; address@hidden;
address@hidden
Objet: Re: Problems building bfd (binutils-2.14) on AIX 4.3.3.0 with gcc
3.0 .1 !


On Thu, Jul 10, 2003 at 07:57:10AM +0200, address@hidden wrote:
> Here's the contents of sys/proc.h (let's hope it helps) :

No, sorry, it doesn't show anything obvious.  Looking at the preprocessor
output (gcc -E) might help.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

Attachment: make_output.txt.gz
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]