1832973 Members
2538 Online
110048 Solutions
New Discussion

GCC and HP-UX 11.11

 
SOLVED
Go to solution
jim bidebo
Regular Advisor

GCC and HP-UX 11.11

Have tried to install a depot of gcc 3.2 (and 3.2.3) that was precompiled for HP-UX 11.00, no errors what so ever, except when i try to compile anything, then i get version errors, so it seams that i have to have a version that is compiled for 11.11? (or am i wrong?)

so i downloaded the source for GCC 3.2.3 from "the hp-ux porting and archive center" (hpux.connect.org.uk) (Same place as i downloaded the depots), this source is somewhat preconfigured for hp-ux, so only a "gmake install" should be nessasary to install. and it seams to compile without any serious problems. ive tried to compie a simple helloworld program without any problems, but when i try to compile anything that requires X11 it fails, and i notice that i dont have any of the include/X11/ includes (like Xlib.h)
arnt they supposed to come with GCC? or am i missing anything?
6 REPLIES 6
Massimo Bianchi
Honored Contributor

Re: GCC and HP-UX 11.11

Hi,
X11 libs come with the Developer bundle in the APPs CD.

Usually with C, AnciC, C++ or similar.

I suggest you to look there and search for the libs.

HTH,
Massimo
Steven Gillard_2
Honored Contributor
Solution

Re: GCC and HP-UX 11.11

You can also get the X11 dev kit for free these days off HP's site:

http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B3394BA

Regards,
Steve
Geoff Wild
Honored Contributor

Re: GCC and HP-UX 11.11

Did you see GCC on Merijn's HP-UX software for ITRC members:

http://www.cmve.net/~merijn/


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
KCS_1
Respected Contributor

Re: GCC and HP-UX 11.11

Hi,

Have a look at this about the GCC HP's official page which will helps you.

http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html



Best Regards


-Patrick

Easy going at all.
jim bidebo
Regular Advisor

Re: GCC and HP-UX 11.11

"---------------------------------
You can also get the X11 dev kit for free these days off HP's site:

http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B3394BA

Regards,
Steve

------------------------------------"

Oh, thats wonderfull, except that it doesnt work (after my input i get forwarded to a page that doesnt excist), and the customer id that i get mailed to me isnt valid to use with http://licensing.hp.com =)(nor the License Nunmber)

jim bidebo
Regular Advisor

Re: GCC and HP-UX 11.11

Go figure, B3394BA isnt looked with codeword on the Application CD! So that webpage is not that usefull anymore. yeah! =) Installed the developments for X11 and gcc found and used them right away without any fuss or complaints =)