This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configure error: linker with -z relro support required


Oops!

unlucky, although configure procedure works fine for me, but make still failed due to the following issue:

../sysdeps/i386/fpu/s_frexp.S: Assembler messages:
../sysdeps/i386/fpu/s_frexp.S:66: Error: invalid identifier for ".ifdef"
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1'
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1'
../sysdeps/i386/fpu/s_frexp.S:66: Error: Missing symbol name in directive
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1'
../sysdeps/i386/fpu/s_frexp.S:66: Error: Missing symbol name in directive
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `.'
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1'
../sysdeps/i386/fpu/s_frexp.S:66: Error: expected comma after name `' in .size directive
../sysdeps/i386/fpu/s_frexp.S:66: Error: ".endif" without ".if"
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk `.get_pc_thunk.dx' after expression
make[2]: *** [/home/jeff/gnu/glibc/build/math/s_frexp.os] Error 1
make[2]: Leaving directory `/home/jeff/gnu/glibc/math'
make[1]: *** [math/subdir_lib] Error 2
make[1]: Leaving directory `/home/jeff/gnu/glibc'
make: *** [all] Error 2


Am I missing something here? Any more compile env I need to post?


Thanks, -Jeff On 08/23/2011 07:58 PM, Jeff Liu wrote:
On 08/23/2011 07:02 PM, Carlos O'Donell wrote:
On Tue, Aug 23, 2011 at 1:44 AM, Jeff Liu<jeff.liu@oracle.com> wrote:
checking whether to use .ctors/.dtors header and trailer... mawk: line 15:
Any hint?
Use gawk. Unless things have been fixed in the last 10 years glibc's
configure didn't work with mawk. YMMV.
Thanks for pointing this out, after replacing to gawk, everything is fine. :)


Cheers, -Jeff
Cheers,
Carlos.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]