- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- gcc compiler problem (+DSitanium2)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2009 08:52 AM
09-21-2009 08:52 AM
gcc compiler problem (+DSitanium2)
gcc: +DSitanium2: No such file or directory
Any ideas?
Thanks.
Dan ...
- Tags:
- gcc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2009 08:57 AM
09-21-2009 08:57 AM
Re: gcc compiler problem (+DSitanium2)
> Started by building it with just the ansi C compiler but then decided to install gcc
Remember that the compiler you choose to use for the requisite Perl module compilation _must_ match the compiler that was used to build the core Perl you are running:
# perl -V:cc
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2009 10:13 AM
09-21-2009 10:13 AM
Re: gcc compiler problem (+DSitanium2)
Set up gcc environment - 4.2.3
cc='gcc';
So any ideas on the unknown option +DSitanium2 ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2009 10:59 AM
09-21-2009 10:59 AM
Re: gcc compiler problem (+DSitanium2)
> So any ideas on the unknown option +DSitanium2 ??
It would appear that it isn't supported for 'gcc':
http://www.mqseries.net/phpBB2/viewtopic.php?t=49628
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2009 12:12 PM
09-21-2009 12:12 PM
Re: gcc compiler problem (+DSitanium2)
I just took out that option from the Makefile, ran make and it did compile (with some warnings). I did a make install also and decided to try some code. I ran a perl
-cw and now am getting this ...
Can't load
'/blah/blah/auto/DBD/Oracle/Oracle.so'
for module DBD::Oracle: No such file or directory at
/opt/perl_32/lib/5.8.8/IA64.ARCHREV_0-thread-multi/DynaLoader.pm line 229.
but when I ls -l ...
-r-xr-xr-x 1 root sys 886688 Sep 21 15:44
/blah/blah/auto/DBD/Oracle/Oracle.so*
so it's there.
Weird ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2009 09:06 PM
09-21-2009 09:06 PM
Re: gcc compiler problem (+DSitanium2)
following directories ?
- /blah/blah/auto
- /blah/blah/auto/DBD
- /blah/blah/auto/DBD/Oracle
What happens if the user performs to invoke ldd ? No errors ?
% ldd /blah/blah/auto/DBD/Oracle/Oracle.so
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 12:32 AM
09-22-2009 12:32 AM
Re: gcc compiler problem (+DSitanium2)
>It would appear that it isn't supported for gcc:
You have already lost so much performance using gcc, trying to use +DSitanium2 wouldn't make much of a difference. Just toss the option.
>Shinji: Can the user accessing Oracle.so have the read permission of the following directories?
You would need search permission.
- Tags:
- foreign devil tools