[Bug c/39671] solaris 10 with gcc 3.4.3

2009-04-09 Thread abhinav dot dubey at hcl dot in
--- Comment #8 from abhinav dot dubey at hcl dot in 2009-04-10 05:29 --- I changed the compiler and its works.. thanks a lot for your advice -- abhinav dot dubey at hcl dot in changed: What|Removed |Added --

[Bug c/39671] solaris 10 with gcc 3.4.3

2009-04-07 Thread abhinav dot dubey at hcl dot in
--- Comment #6 from abhinav dot dubey at hcl dot in 2009-04-07 13:34 --- (In reply to comment #5) > > There should not be any difference as i directed cc to gcc > Your bug. The Makefile expects Sun CC since it uses Sun CC options. So you > need to use Sun CC. Thanks a lot , Is there

[Bug c/39671] solaris 10 with gcc 3.4.3

2009-04-07 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2009-04-07 13:38 --- > Thanks a lot , Is there any workaround for this problem,Becouse SunCC compiler > is paid. You need to read the documentation of the software you're trying to build and see whether GCC is supported; if so, follo

[Bug c/39671] solaris 10 with gcc 3.4.3

2009-04-07 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2009-04-07 13:29 --- > There should not be any difference as i directed cc to gcc Your bug. The Makefile expects Sun CC since it uses Sun CC options. So you need to use Sun CC. -- ebotcazou at gcc dot gnu dot org changed:

[Bug c/39671] solaris 10 with gcc 3.4.3

2009-04-07 Thread abhinav dot dubey at hcl dot in
--- Comment #4 from abhinav dot dubey at hcl dot in 2009-04-07 11:46 --- (In reply to comment #3) > > Please help me in solving this issue also... > Your Makefile expects Sun CC and you're using GCC. There should not be any difference as i directed cc to gcc $ cc -v Reading specs from

[Bug c/39671] solaris 10 with gcc 3.4.3

2009-04-07 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2009-04-07 10:42 --- > Please help me in solving this issue also... Your Makefile expects Sun CC and you're using GCC. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c/39671] solaris 10 with gcc 3.4.3

2009-04-07 Thread abhinav dot dubey at hcl dot in
--- Comment #2 from abhinav dot dubey at hcl dot in 2009-04-07 10:39 --- (In reply to comment #0) > tring to compile batch libraries with make commang but geeting an error > $ make -f retek.mk retek rms resa 2>&1 | tee libretek.log > cc -DNDEBUG -I. -I/data/rmsdb/rms/oracle/lib/src

[Bug c/39671] solaris 10 with gcc 3.4.3

2009-04-07 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2009-04-07 10:08 --- > also try to compile by gcc comman ... the famous hello word program.. > $ gcc -c -Wall -D_GNU_SOURCE abhi.c -o abhi.o > $ gcc -c abhi.o abhi.c > gcc: abhi.o: linker input file unused because linking not done > .