2009-07-22 00:50:50 UTC
I have the Intel Compiler (version 11) for Linux, and since there aren't any makefiles set up for icl/linux, I'm going the route of using gcc and then linking in.
When just doing a make build.libs.core, every thing works fine, although I never see the .so built.
When trying to build with gcc (I have 4.1 installed), and I get a make error when linking.
The error is pasted below. Can anyone help>
------------
g++ -c -Wall -pedantic -Wno-long-long -Wno-unused-value -Wno-non-virtual-dtor -Werror -D_REENTRANT -DNDEBUG -U_DEBUG -O3 -Dunix -DFASTFORMAT_NO_IMPLICIT_LINK -I../../include -I/opt/stlsoft/include -o example.ovld.2.hero.sas.mt.o ../../examples/example.overload.2.custom_type.string_access_shims/example.overload.2.custom_type.string_access_shims.cpp
../../include/fastformat/internal/generated/api_functions.hpp: In function ‘S& fastformat::fmt(S&, const F&, const A0&, const A1&, const A2&, const A3&) [with S = c_str_data_a_result_t, F = char [46], A0 = std::string, A1 = int, A2 = int, A3 = int]’:
../../include/fastformat/internal/generated/api_functions.hpp:424: internal compiler error: in compare_name_with_value, at tree-vrp.c:3269
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.opensuse.org> for instructions.
make: *** [example.ovld.2.hero.sas.mt.o] Error 1