[Bug c++/43268] Issue in connecting to Oracle 11g from GCC compiler

2010-03-05 Thread redi at gcc dot gnu dot org
--- 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

[Bug c++/43268] Issue in connecting to Oracle 11g from GCC compiler

2010-03-05 Thread surajul at gmail dot com
--- 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.

[Bug c++/43268] Issue in connecting to Oracle 11g from GCC compiler

2010-03-05 Thread redi at gcc dot gnu dot org
--- 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

[Bug c++/43268] Issue in connecting to Oracle 11g from GCC compiler

2010-03-05 Thread surajul at gmail dot com
--- 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

[Bug c++/43268] Issue in connecting to Oracle 11g from GCC compiler

2010-03-05 Thread ebotcazou at gcc dot gnu dot org
--- 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

[Bug c++/43268] Issue in connecting to Oracle 11g from GCC compiler

2010-03-05 Thread surajul at gmail dot com
--- 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

[Bug c++/43268] Issue in connecting to Oracle 11g from GCC compiler

2010-03-05 Thread surajul at gmail dot com
--- 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

[Bug c++/43268] Issue in connecting to Oracle 11g from GCC compiler

2010-03-05 Thread rguenth at gcc dot gnu dot org
--- 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 -