This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

objc/5545: objc / powerpc-ibm-aix4.3.3.0 / cpp0



>Number:         5545
>Category:       objc
>Synopsis:       gcc: installation problem, cannot exec `cpp0': A file or directory in the path name does not exist.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Wed Jan 30 14:16:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        3.0.3
>Organization:
>Environment:
System: AIX tswks1 3 4 0000293F4C00


	
host: powerpc-ibm-aix4.3.3.0
build: powerpc-ibm-aix4.3.3.0
target: powerpc-ibm-aix4.3.3.0
configured with: ../gcc-3.0.3/configure --prefix=/usr/local --enable-shared --with-as=/usr/bin/as --enable-languages=objc --enable-nls
>Description:
	GCC does not seem to be able to find all of its components.
	Specifically ccp and ccp0.

>How-To-Repeat:
Try compiling this simple program with the following options:
gcc -v --save-temps -o try -O -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -D_LARGE_FILES -L/usr/local/lib -b32 try.c -lbind -lnsl -lgdbm -ldbm -ldl -lld -lm -lc -lcrypt -lbsd -lPW -liconv

--- try.c ---
#include <sys/types.h>
#include <stdio.h>

int main()
{
    printf("%d\n", (int)sizeof(off_t));
    return(0);
}
--- try.c ---

You get:
Using builtin specs.
Configured with: ../gcc-3.0.3/configure --prefix=/usr/local --enable-shared --with-as=/usr/bin/as --enable-languages=objc --enable-nls
Thread model: single
gcc version 3.0.3
 cpp0 -lang-c -v -I/usr/local/include -D__GNUC__=3 -D__GNUC_MINOR__=0 -D__GNUC_PATCHLEVEL__=3 -D_IBMR2 -D_POWER -D_AIX -D_AIX32 -D_AIX41 -D_AIX43 -D_LONG_LONG -D_IBMR2 -D_POWER -D_AIX -D_AIX32 -D_AIX41 -D_AIX43 -D_LONG_LONG -Asystem=unix -Asystem=aix -D__CHAR_UNSIGNED__ -D__OPTIMIZE__ -D__STDC_HOSTED__=1 -D_ARCH_COM -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -D_LARGE_FILES try.c try.i
gcc: installation problem, cannot exec `cpp0': A file or directory in the path name does not exist.

There is not *.i files generated.

>Fix:
	export PATH=$PATH:/usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/3.0.3
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]