[Fink-users] Trying to Compile Using Boost

2014-07-24 Thread Sean Lake
Hello all, I'm trying to compile a very simple c++ program using Fink's boost1.55-nopython-1.55.0-4, and it's quitting with the following error: libc++abi.dylib: terminate called throwing an exception Abort trap: 6 I'm compiling with: g++ -I/sw/opt/boost-1_55/include -c -o test.o test.cpp

Re: [Fink-users] Trying to Compile Using Boost

2014-07-24 Thread Sean Lake
Never mind, I found the problem. Boost's implementation of the incomplete beta function doesn't allow negative second argument. Sean Lake On Jul 24, 2014, at 21:35, Sean Lake odysseus9...@gmail.com wrote: Hello all, I'm trying to compile a very simple c++ program using Fink's