Closed
Bug 577503
Opened 15 years ago
Closed 15 years ago
AIX configuration error in js/ctypes/libffi/configure script
Categories
(Core :: js-ctypes, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 545634
People
(Reporter: ul-mcamafia, Assigned: ul-mcamafia)
References
Details
When the configure is run it hangs due to invalid compiler flag.
The compiler frontend then spawns the compiler help through the pager.
You have to manually press enter until the end of the compiler help.
...
checking whether byte ordering is bigendian... (cached) yes
checking assembler .cfi pseudo-op support... (cached) no
checking whether .eh_frame section should be read-only... (cached) no
checking for __attribute__((visibility("hidden")))... (cached) no
xlc_r: 1501-210 (W) command option t contains an incorrect subargument
xlc(1) IBM (2007) xlc(1)
NAME
xlc, xlc++, xlC, cc, c89, c99, xlCcore, xlc++core and
related commands - invoke the IBM XL C/C++ compiler.
SYNTAX
<invocation-command> [ <option> | <inputfile> ] ...
DESCRIPTION
The invocation commands compile C and C++ source files.
The commands and their recommended uses are described
below.
Invocations Usage (supported standards)
_________________________________________________________
:
...
Expected behaviour: non-interactive successful config
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → ul.mcamafia
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•15 years ago
|
||
Seems the error happens in/after line 23336 in js/ctypes/libffi/configure:
ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
Those flags are invalid for IBM XLC/C++ compiler.
IBM XLC/C++ and the ld does not have a visibility attribute, so this check should be skipped for AIX, setting the feature to unsupported. Don't see a "configure.in" here.
| Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•