This is the mail archive of the cygwin-developers mailing list for the Cygwin 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: Latest 64 bit test stuff on sourceware


On 17.2.2013 13:43, Yaakov (Cygwin/X) wrote:

cygport git master can now target x86_64-pc-cygwin from either
i686-cygwin or Linux with the --64 flag (must be the first argument);
we'll need bash, gcc, perl (for autoconf/automake), plus a few others
before cygport itself will run natively on x86_64.  I'll continue
working on the necessary prereqs over the next few days.

Here's a basic version of Cygwin's Bash 4.1.10-4. I had to patch it a bit to get it compiling but the binary seems to be working. YMMV.


http://www.mediafire.com/?lod94oa3q8nqqu8

Here's the error I got.

bashline.o: In function `initialize_readline':
/src/bash-4.1/bashline.c:455: undefined reference to `_imp__rl_vi_editing_mode'
/src/bash-4.1/bashline.c:455:(.text+0x45a7): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `_imp__rl_vi_editing_mode'
/src/bash-4.1/bashline.c:459: undefined reference to `_imp__rl_vi_editing_mode'
/src/bash-4.1/bashline.c:459:(.text+0x45d4): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `_imp__rl_vi_editing_mode'
/src/bash-4.1/bashline.c:479: undefined reference to `_imp__rl_tilde_expand'
/src/bash-4.1/bashline.c:479:(.text+0x466f): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `_imp__rl_tilde_expand'
/src/bash-4.1/bashline.c:503: undefined reference to `_imp__rl_tab_insert'
/src/bash-4.1/bashline.c:503:(.text+0x47a1): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `_imp__rl_tab_insert'
collect2: error: ld returned 1 exit status
make: *** [bash.exe] Error 1


Attachment: bash-4.1.patch
Description: Text document


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