This is a discussion on ***Help AIX perl*** within the AIX Operating System forums, part of the Unix Operating Systems category; --> xweb <xweb@katamail.com> writes: > Now, i have a good version of gcc and it's works!( with your test "ok" ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| xweb <xweb@katamail.com> writes: > Now, i have a good version of gcc and it's works!( with your test "ok" i > have put it in another dir and i add this path to system. That's first step. > Nothing!! ??? Nothing happens when you do what? Now you need to run perl configure, and tell it to use working gcc. Cheers, -- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email. |
| |||
| In m3ekqznb2e.fsf@salmon.parasoft.com, Paul Pluzhnikov, ppluzhnikov-nsp@charter.net, il 7-04-2004 15:59 ha scritto: > xweb <xweb@katamail.com> writes: > >> Now, i have a good version of gcc and it's works!( with your test "ok" i >> have put it in another dir and i add this path to system. > > That's first step. > >> Nothing!! > Nothing happens when you do what? > Now you need to run perl configure, and tell it to use working gcc. When i run configure i obtain the same effect !!! with the new gcc also! i have download an gcc-2.95.2 this the response ! configure Configuring for a powerpc-ibm-aix4.3.2.0 host. Created "Makefile" in /home/fulcrum/gcc-2.95.2 using "mh-frag" gcc: installation problem, cannot exec `cc1': No such file or directory *** The command 'gcc -o conftest -O2 conftest.c' failed. *** You must set the environment variable CC to a working compiler. Sorry for my english and thanks |
| |||
| xweb <xweb@katamail.com> writes: > > Now you need to run perl configure, and tell it to use working gcc. ^^^^^^^^^^^^^^^ > When i run configure i obtain the same effect !!! Because you are still using non-working gcc. Since you didn't tell us where the non-working gcc is, nor where you installed the working one, we can't tell you specifically what to do. Either post more details, or find a local UNIX guru (it will take someone knowledgeable <= 5 minutes to solve your problem). > i have download an gcc-2.95.2 > this the response ! > > configure > Configuring for a powerpc-ibm-aix4.3.2.0 host. > Created "Makefile" in /home/fulcrum/gcc-2.95.2 using "mh-frag" > gcc: installation problem, cannot exec `cc1': No such file or directory > *** The command 'gcc -o conftest -O2 conftest.c' failed. > *** You must set the environment variable CC to a working compiler. It looks as if you are trying to build gcc-2.95.2 from source. You *can't* do that without a working compiler. Now, since you said in your previous message: > Now, i have a good version of gcc and it's works! we are only left to guess: A) Why are you trying to compile gcc-2.95.2 if you already have a working version? B) Why cant't you set your PATH properly (you do not about PATH, don't you?) Cheers, -- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email. |
| ||||
| I don't understand... Checking for GNU cc in disguise and/or its version number... In file included from try.c:1: /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/3.3.2/include/stdio.h:57:23: standards.h: No such file or directory .... .... /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/3.3.2/include/sys/types.h:164: error: parse error before "ino_t" Why ? Your test "OK" works why it doesn't build perl ? Paolo |