--- Comment #8 from redi at gcc dot gnu dot org 2010-03-05 15:48 ---
You have not found a bug in GCC and this is not a forum for help connecting to
databases.
Hint: you cannot "connect to oracle from gcc compiler" ... it's a compiler.
You really need to understand what you're trying t
--- Comment #7 from surajul at gmail dot com 2010-03-05 15:46 ---
(In reply to comment #6)
> This is not a GCC bug, you need to port your makefile from solaris to Linux
> and
> you need to understand what you're doing, but that's your problem not GCC's.
> Please stop opening this bug.
--- Comment #6 from redi at gcc dot gnu dot org 2010-03-05 15:39 ---
This is not a GCC bug, you need to port your makefile from solaris to Linux and
you need to understand what you're doing, but that's your problem not GCC's.
Please stop opening this bug.
--
redi at gcc dot gnu dot
--- Comment #5 from surajul at gmail dot com 2010-03-05 15:35 ---
Hi,
I have removed -xarch and executed the make file. I am still not able to
connect database from PRO C files. I have seen the connectivity from the
machine, I am able to connect to database, from PRO C its not able to c
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2010-03-05 15:03
---
-xarch is an option specific to the Sun Studio compiler, it cannot be used for
GCC, you need to adjust your Makefile.
--
ebotcazou at gcc dot gnu dot org changed:
What|Removed
--- Comment #3 from surajul at gmail dot com 2010-03-05 15:00 ---
I removed the xarch as suggested still I have same issue not able to connect to
DB.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43268
--- Comment #2 from surajul at gmail dot com 2010-03-05 14:51 ---
(In reply to comment #1)
> drop -xarch=v9* completely (it looks like something thinks you are on a sparc
> machine).
Thanks for quick response.
I have tried then I was not able to compile I am getting when running the m
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-03-05 14:41 ---
drop -xarch=v9* completely (it looks like something thinks you are on a sparc
machine).
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
-