URL:
  <http://savannah.gnu.org/bugs/?40249>

                 Summary: Test suite load and loadapi fail when make built
with CFLAGS=-m32
                 Project: make
            Submitted by: None
            Submitted on: Sat 12 Oct 2013 11:21:08 UTC
                Severity: 3 - Normal
              Item Group: Build/Install
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 4.0
        Operating System: POSIX-Based
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

To create a 32bit executable in a 64bit RHEL5 host OS, I use the following:

./configure CFLAGS=-m32
make

Then test with:

cd test
perl ./run_make_tests.pl -make_path ../make

The load and loadapi tests fail.  The failure is not a make bug, but is
because the testload.so built by the test suite is created without the -m32
option and so is incompatible with the 32bit make executable. 





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40249>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to