Hi Enrico,

Hmm, interesting...
Now I am missing less, but still two short.

Linking CXX executable bin/rexx
bin/librexx.so.5.0.0: undefined reference to `operator new(unsigned long)'
bin/librexxapi.so.5.0.0: undefined reference to `operator new[](unsigned long)'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
CMakeFiles/rexx_exe.dir/build.make:87: recipe for target 'bin/rexx' failed
make[2]: *** [bin/rexx] Error 1
CMakeFiles/Makefile2:238: recipe for target 'CMakeFiles/rexx_exe.dir/all' failed
make[1]: *** [CMakeFiles/rexx_exe.dir/all] Error 2
Makefile:136: recipe for target 'all' failed
make: *** [all] Error 2
pi@peano:~/oorexx-build$
pi@peano:~/oorexx-build$

It uses clang for sure. Any ideas?

Best regards,

René

Sent from my iPhone

> On 04 Jun 2015, at 22:08, Enrico Sorichetti <[email protected]> wrote:
> 
> Hi René
> 
> since, I guess, clang and clang++ are installed in a directory in Your PATH
> all You have to do is to use ...
> 
> cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang  <the ooRexx 
> source directory>
> 
> cheers
> enrico
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Oorexx-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel

------------------------------------------------------------------------------
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to