| Blogs | Classifieds | Downloads | FlashChat | Gallery | Googlemap | Invite Friends | Links | Projects | Reviews | Wiki |
| |||||||||
Welcome to the pSeries Tech Forums,
our free peer-based support site for administrators, engineers and architects working with IBM pSeries servers and software. You are currently viewing our site as a guest which gives you limited access to view most discussions, articles, tutorials and access our other free features. By joining our community you will be able to collaborate with administrators, engineers and architects charged with designing, delivering or maintaining IBM pSeries server environments. Founded by a recognized IBM pSeries consultant and IBM Redbook author, pSeries Tech Forums was developed with the single mission of bringing IBM pSeries professionals together into a single self-help community. Registration is fast, simple and absolutely free to all IT professionals with responsibility for or interest in IBM pSeries servers. We invite you to join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
| Our Sponsors | |
| | |
| Want to advertise? | |
![]() |
| | LinkBack | Thread Tools |
|
#4
| ||||
| ||||
You can get the relevant rpms from the following website: IBM AIX Toolbox for Linux Applications - GNU and open source tools for AIX
__________________ Ross Mather, IBM AIX IT Specialist. That said anything I say here is my own opinion and not anything that you can ever hold against IBM. Ohhh and don't forget that I make mistakes too.... |
|
#5
| ||||
| ||||
once you install the rpm's do you need to do anything???I am running configure and then make on an app and it keeps telling me I have no compiler installed but I have installed gcc...maybe I need to specify path??how do I figure out path? |
|
#6
| ||||
| ||||
Once you've installed it - try logging out and then back in again - that may update any variables that need updating. To see how the PATh is set do: echo $PATH to add something to the path: PATH=${PATH}:/usr/add/path/here Verify if gcc is in your path with: which gcc If that doesn't work try: find / -name gcc -print 2> /dev/null To see if you actually installed the compiler.
__________________ Ross Mather, IBM AIX IT Specialist. That said anything I say here is my own opinion and not anything that you can ever hold against IBM. Ohhh and don't forget that I make mistakes too.... |
|
#8
| ||||
| ||||
So i got both gcc and g++ and all libraries installed and all seemed much better but the make fails and the app vendor (Xpdf) feels the problem maybe some incompatibility with libraries but since they are not AIX people they are not certain. Great. I installed everything marked for AIX 5.3 from linux toolkit for AIX , all 4.xx version, so I realy have no idea where to go from here and how to even troubleshoot this... Do you by any chance know where or who I could talk to that may know this stuff?? |
|
#9
| ||||
| ||||
You'll need to trawl the web for that. gcc is an OpenSource product so IBM doesn't provide any support.
__________________ Ross Mather, IBM AIX IT Specialist. That said anything I say here is my own opinion and not anything that you can ever hold against IBM. Ohhh and don't forget that I make mistakes too.... |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |