
yep, I discovered the $TOP issue yesterday. Had it set as a convienence for another project. Good to know I'm not alone. Thanks for the reply. Andy.
Message: 1 Date: Mon, 28 Feb 2005 10:59:40 -0800 From: "junyi.sun@supportlinux.net" <junyi.sun@supportlinux.net> Subject: re: [Boost-users] bjam seg faulting on mac os x 10.3.8 To: boost-users@lists.boost.org Message-ID: <5.1.0.14.2.20050228104802.00b90540@10.0.0.63> Content-Type: text/plain; charset="us-ascii"; format=flowed
I saw bjam got segmentation fault with bjam 3.1.10 + boost 1.32 + gcc
3.3.3
+ fedora 2. After playing it around on different environment, I found that I can always reproduce the problem when I set environment variable $TOP for my own development CVS. Once I removed the environment variable $TOP ( I was using bash shell: run "unset TOP" ), the problem is gone. I hope this might help. - Junyi Sun
From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Andy Espenscheid Sent: Sunday, February 27, 2005 8:46 PM To: boost-users@lists.boost.org Subject: [Boost-users] bjam seg faulting on mac os x 10.3.8
I am trying to compile boost 1.32.0 on MacOSX 10.3.8 and getting a Segmentation Fault immediately from bjam immediately. I'm using gcc 3.3. bjam is crashing with a EXC_BAD_ADDRESS exception. I compiled bjam from the boost distribution but it has the same behavior. Any pointers would be greatly appreciated. Seems like I'm doing somehthing dumb. Also, are binaries available via fink? I seached with fink 0.71 but couldn't find anything. Thx.