- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /usr/bin/g++: execution denied
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
10-06-2001 07:42 AM
10-06-2001 07:42 AM
/usr/bin/g++: execution denied
sh: /usr/bin/g++: execution denied
Although all other commands, which are native ones, are working fine.
I checked up, by working with root password and also, by giving 777 permission to the folder itself recursively.
But the problem is persisting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2001 07:46 AM
10-06-2001 07:46 AM
Re: /usr/bin/g++: execution denied
file /usr/bin/g++
you should get something like:
PA-RISC1.1 shared executable dynamically linked
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2001 08:14 AM
10-06-2001 08:14 AM
Re: /usr/bin/g++: execution denied
# file gcc
gcc: awk program text
But this is not the only commands what all commands are there in gcc folder are giving error. but the core commands are not giving any error.
do u have any idea of any site, from where we can download compiled gcc compiler for hp. From the gnu site, we have to compile and then use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2001 09:44 AM
10-06-2001 09:44 AM
Re: /usr/bin/g++: execution denied
http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2001 09:48 AM
10-06-2001 09:48 AM
Re: /usr/bin/g++: execution denied
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.0.1/
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2001 11:28 AM
10-07-2001 11:28 AM
Re: /usr/bin/g++: execution denied
Since gcc was working fine for sometime, is it possible someone overwrote the binary?
If you still have the tar file you downloaded, try untarring it first and see if that fixes it, if not you may have to download it again.
-Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2001 12:43 PM
10-07-2001 12:43 PM
Re: /usr/bin/g++: execution denied
The other thing that may have happened is that a bad makefile or script may be clobbering /usr/bin/g++ rather that writing to the correct file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2001 08:47 AM
10-13-2001 08:47 AM
Re: /usr/bin/g++: execution denied
I could download it and it is working fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 11:09 PM
10-15-2001 11:09 PM
Re: /usr/bin/g++: execution denied
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.0.1/
As Mr. Suntosh asked, I have downloaded gcc from the above mentioned site. I want to know, as by default on hpux11.0 it is aCC header files and libraries, which are set. When we compile the code with g++ will it automatically include the header files of gcc and while linking take libraries of gcc, rather than aCC. I am not including any path for header files of gcc as it gives the errors.