Are the boost libraries supported on any 64 bit platforms? In particular: Win64 and RedHat Linux 64. thanks, phil phystad@mac.com
On Nov 27, 2007 5:35 PM, Phil Hystad
Are the boost libraries supported on any 64 bit platforms? In particular: Win64 and RedHat Linux 64.
Yes. For the header libraries you need to do nothing, for others you must invoke bjam with "address-model=64". Can someone with commit privs update the docs for this? -- Cory Nelson
I use it on Red Hat 4 64 bits. I did not know about address-model option. What is it suppose to do if I forget it? just slower or buggy code?
Yes. For the header libraries you need to do nothing, for others you must invoke bjam with "address-model=64". Can someone with commit privs update the docs for this?
Avis : Ce message et toute pièce jointe sont la propriété d'Alcan et sont destinés seulement aux personnes ou à l'entité à qui le message est adressé. Si vous avez reçu ce message par erreur, veuillez le détruire et en aviser l'expéditeur par courriel. Si vous n'êtes pas le destinataire du message, vous n'êtes pas autorisé à utiliser, à copier ou à divulguer le contenu du message ou ses pièces jointes en tout ou en partie. Notice: This message and any attachments are the property of Alcan and are intended solely for the named recipients or entity to whom this message is addressed. If you have received this message in error please inform the sender via e-mail and destroy the message. If you are not the intended recipient you are not allowed to use, copy or disclose the contents or attachments in whole or in part.
That depends on how your 64-bit linux is set up. If you *only* have the 64-bit compilers on your Redhat installation then you will have used 64-bit gcc and linked to 64-bit C/C++ runtime libraries regardless of the address model you used, and you should be fine. From memory RHEL 5 comes with only a 64-bit compiler installation, you have to specifically ask to install the 32-bit compilers, and you have to specifically switch to them in your config before it will use them. Damien frederic.bron@alcan.com wrote:
I use it on Red Hat 4 64 bits. I did not know about address-model option. What is it suppose to do if I forget it? just slower or buggy code?
Yes. For the header libraries you need to do nothing, for others you must invoke bjam with "address-model=64". Can someone with commit privs update the docs for this?
Avis : Ce message et toute pièce jointe sont la propriété d'Alcan et sont destinés seulement aux personnes ou à l'entité à qui le message est adressé. Si vous avez reçu ce message par erreur, veuillez le détruire et en aviser l'expéditeur par courriel. Si vous n'êtes pas le destinataire du message, vous n'êtes pas autorisé à utiliser, à copier ou à divulguer le contenu du message ou ses pièces jointes en tout ou en partie.
Notice: This message and any attachments are the property of Alcan and are intended solely for the named recipients or entity to whom this message is addressed. If you have received this message in error please inform the sender via e-mail and destroy the message. If you are not the intended recipient you are not allowed to use, copy or disclose the contents or attachments in whole or in part.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (5)
-
Boris Gubenko
-
Cory Nelson
-
Damien Hocking
-
frederic.bron@alcan.com
-
Phil Hystad