public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* objc/5545: objc / powerpc-ibm-aix4.3.3.0 / cpp0
@ 2002-01-30 14:16 Joe_Womack
  0 siblings, 0 replies; only message in thread
From: Joe_Womack @ 2002-01-30 14:16 UTC (permalink / raw)
  To: gcc-gnats


>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:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-30 22:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-30 14:16 objc/5545: objc / powerpc-ibm-aix4.3.3.0 / cpp0 Joe_Womack

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