GitHub user traflm opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/394

    [TRAFODION-1868] Compatibility with gcc 4.8 , part 3, mornitor, odbc …

    this is part 3 of gcc 4.8 changes.
    some changes are very strange, for example:
    core/sqf/monitor/linux/monitor.cxx
    it will call glibc function getrlimit(), which defined in <sys/resource.h>
    in gcc 4.4, this code can be compiled, which I don't know why. This is not 
taught in school.
    So should add it.
    After I understand why gcc 4.8 disable '--no-copy-dt-needed-entries'
    https://wiki.ubuntu.com/NattyNarwhal/ToolchainTransition
    I realize this is just a temp solution for gcc 4.8 build. In the following 
changes, I will disable it again and fix Makefile link options.
    But first let's fix these .cpp and .h issues. Then on Makefile.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/traflm/incubator-trafodion TRAFODION-1854

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/394.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #394
    
----
commit 45a21c6a4621b46c7d3437e9ae452102a0b88d3b
Author: Liu Ming <[email protected]>
Date:   2016-03-18T15:35:23Z

    [TRAFODION-1868] Compatibility with gcc 4.8 , part 3, mornitor, odbc changes

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to