There is a known bug in older versions of gcc with namespace support.
Upgrading the compiler level is the only known fix.

Rick

On Tue, Feb 10, 2015 at 10:11 AM, Enrico Sorichetti <[email protected]
> wrote:

> I just pulled svn Rev: 10882
>
> it builds and works on APPLE Yosemite using
> — Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
>
> it builds and seems to work on CENTOS 7 using
> — c++ (GCC) 4.8.2 20140120 (Red Hat 4.8.2-16)
>
> it fails on CENTOS 6 using
> — c++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11)
>
> with :
> Linking CXX executable bin/rexx
> bin/librexx.so.5.0.0: undefined reference to `RexxString::ch_PLUS'
> bin/librexx.so.5.0.0: undefined reference to
> `MemorySegmentSet::LargeSegmentDeadSpace'
> bin/librexx.so.5.0.0: undefined reference to `RexxString::ch_MINUS'
> bin/librexx.so.5.0.0: undefined reference to
> `MemorySegmentSet::SegmentDeadSpace'
> bin/librexx.so.5.0.0: undefined reference to `Numerics::FORM_ENGINEERING'
> bin/librexx.so.5.0.0: undefined reference to `Numerics::FORM_SCIENTIFIC'
>
> but …
>  it builds and seems to work using
> clang version 3.4.2 (tags/RELEASE_34/dot2-final)
>
> the linux tests were quick and dirty …
>
> rexx -e "parse version v;say v;parse source s;say s"
> REXX-ooRexx_5.0.0(MT)_64-bit 6.05 10 Feb 2015
> Linux COMMAND INSTORE
>
> rexxcps.rex
>
> any suggestions on how to proceed ?
>
> cheers
> enrico
>
> PS.
> the process was the same for all the environments
> svn checkout  … to ooRexx.svn
> mkdir ooRexx.build
> cd ooRexx.build
> cmake ../ooRexx.svn
>
> cmake version used 3.1.0
>
>
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Oorexx-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to