[Insight-users] LBFGSOptimizer bug (?)
Sean McBride
sean at rogue-research.com
Fri Mar 8 11:59:07 EST 2013
On Fri, 8 Mar 2013 11:45:05 -0500, Tim Allman said:
>celia:tim-[ITK-4.3]: gcc -version
>i686-apple-darwin11-llvm-gcc-4.2: no input files
You want "gcc --version", two dashes. You may see something like:
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
If so, that's not gcc; it's 'llvm-gcc' a hybrid of the gcc front end and the llvm back end.
But anyway, llvm-gcc can build ITK, which it seems to do for you. Strange that your clang cannot. What do the following give you:
which clang
clang --version
Cheers,
--
____________________________________________________________
Sean McBride, B. Eng sean at rogue-research.com
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
More information about the Insight-users
mailing list