Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » Releasing U++ » Compiling 32-bit on 64-bit Linux
Compiling 32-bit on 64-bit Linux [message #17046] Sat, 26 July 2008 14:48 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Actually, it is much easier than I thought... Smile

The trick is to add " -m32" to the "Compiler name" in build methods. This switches the compiler (and linker) to 32-bit mode.

A little bit harder part is installing missing libraries. For this to happen, make sure to add "/usr/lib32" to your Libraries paths in build method and then perhaps the best is to install U++ on 32-bit system (e.g. another partition) and to copy missing libraries from it. Tedious process, but should work. (I must admit I tested only with console app I need for work).

Whether you can package 32-bit .debs on 64-bit system is just another question Smile

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: how to make my own PPA for Ubuntu?
Next Topic: Open Build Service
Goto Forum:
  


Current Time: Wed Apr 24 07:49:44 CEST 2024

Total time taken to generate the page: 0.03082 seconds