This is the mail archive of the cygwin 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: coredump when compiling gettext from source


Vincent R. wrote:
> I have installed a fresh install of cygwin 1.7 and I wanted to compile
> gettext-0.17 from source so I entered:
> ./configure
> make

Well, I'd appreciate it if you'd use the cygwin patched source instead
of the unpatched upstream version.  Please download
gettext-0.17-11-src.tar.bz2 from the cygwin mirror system (you can use
setup.exe to install the source package if you like).

Then, use "cygport gettext-0.17-11.cygport almostall' to build and
"package" gettext for cygwin.

If you have the same error, then I'll try to reproduce (but I'm a bit
busy for the next few weeks)

> collect2: ld terminated with signal 11 [Segmentation fault], core dumped

Well, ld shouldn't coredump, that's for sure. I'd suspect a problem in
ld rather than gettext, tho.  To debug it, you'd need to build a
debuggable version of ld, and set up just-in-time debugging (e.g. add to
your CYGWIN variable the following:

    error_start:c:\cygwin\bin\gdb.exe

--
Chuck

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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