It looks like the actual failure is in libxml2. I would suggest downloading 
that source and compiling with Intel. If it works then it’s going to be a 
simple fix to get the CMake files touched up to compile it. If it doesn’t work 
then it may take some patching of the libxml2 makefiles.



> On Aug 27, 2017, at 6:33 AM, Daniel Farcovich (JIRA) <j...@apache.org> wrote:
> 
> Daniel Farcovich created GEODE-3524:
> ---------------------------------------
> 
>             Summary: Geode native client compilation with Intel compiler is 
> failing
>                 Key: GEODE-3524
>                 URL: https://issues.apache.org/jira/browse/GEODE-3524
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Daniel Farcovich
>             Fix For: 1.3.0
> 
> 
> When setting environment variable CXX and CC to intel compiler 15.0.7.235, 
> compilation of c files is failing with the following warnings and errors:
> 
>     [exec]   CCLD     xmllint
>     [exec] icc: command line warning #10006: ignoring unknown option 
> '-Wno-format-extra-args'
>     [exec] icc: command line warning #10006: ignoring unknown option 
> '-Wcast-align'
>     [exec] icc: command line warning #10006: ignoring unknown option 
> '-Waggregate-return'
>     [exec] icc: command line warning #10006: ignoring unknown option 
> '-Wnested-externs'
>     [exec] icc: command line warning #10006: ignoring unknown option 
> '-Wredundant-decls'
>     [exec] ld: warning: libimf.so, needed by ./.libs/libxml2.so, not found 
> (try using -rpath or -rpath-link)
>     [exec] ld: warning: libsvml.so, needed by ./.libs/libxml2.so, not found 
> (try using -rpath or -rpath-link)
>     [exec] ld: warning: libirng.so, needed by ./.libs/libxml2.so, not found 
> (try using -rpath or -rpath-link)
>     [exec] ld: warning: libintlc.so.5, needed by ./.libs/libxml2.so, not 
> found (try using -rpath or -rpath-link)
>     [exec] ld: .libs/xmllint: hidden symbol `__intel_cpu_features_init_x' in 
> /opt/intel/15.0.7.235/composer_xe_2015.7.235/compiler/lib/intel64/libirc.a(cpu_feature_disp.o)
>  is referenced by DSO
>     [exec] ld: final link failed: Bad value
>     [exec] make[5]: *** [xmllint] Error 1
>     [exec] make[4]: *** [all-recursive] Error 1
>     [exec] make[3]: *** [all] Error 2
>     [exec] make[2]: *** 
> [dependencies/libxml2/libxml2-extern-prefix/src/libxml2-extern-stamp/libxml2-extern-build]
>  Error 2
>     [exec] make[1]: *** 
> [dependencies/libxml2/CMakeFiles/libxml2-extern.dir/all] Error 2
>     [exec] make: *** [all] Error 2
> 
> 
> [~gregory.vort...@amdocs.com]
> 
> 
> 
> --
> This message was sent by Atlassian JIRA
> (v6.4.14#64029)

Reply via email to