logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: 64-bit Conversion
Author
maverick786us



Joined: 03 Feb 2011
Posts: 11

PostPosted: Mon 16 May '11 10:52    Post subject: 64-bit Conversion Reply with quote

I have an existing code of C++, I have to convert the whole thing into 64-bit so what is the procedure for this?
Back to top
somnang



Joined: 08 Apr 2011
Posts: 61

PostPosted: Mon 16 May '11 13:29    Post subject: Reply with quote

If you are refering to Apache compilation and/or PHP compilation, then you might want to read this article.
Back to top
maverick786us



Joined: 03 Feb 2011
Posts: 11

PostPosted: Tue 17 May '11 9:52    Post subject: Reply with quote

somnang wrote:
If you are refering to Apache compilation and/or PHP compilation, then you might want to read this article.


Its not a php compilation. Its a pure C++ code whose output is .rpm file. The link that you've provided is for compiling under window, I have to compile it under LINUX 64-bit platform
Back to top
somnang



Joined: 08 Apr 2011
Posts: 61

PostPosted: Wed 18 May '11 3:07    Post subject: Reply with quote

Oh I see... well, in any case, this forum is a Window base forum I think. Perhaps someone with *nix experience can show you how. As for me, I can only think of "gcc" to compile C++ on the *nix based system... I have not touch nix OS for over a decade so I am not sure if I can be any more help.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Wed 18 May '11 15:53    Post subject: Reply with quote

maverick786us wrote:
I have to compile it under LINUX 64-bit platform


Most of the code if not all will compile without changes under 64 bit.
Back to top


Reply to topic   Topic: 64-bit Conversion View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads