This is the mail archive of the sid@sources.redhat.com mailing list for the SID 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: compiling sid in cygwin


Hi -

> [...] Björn Runåker (QIC) wrote:
> Doing: 
> ./configure --disable-nls
> make
> 
> Result:
> ...
> [directory sid/component/cgen-cpu]
> .libs/impgen /usr/lib/libintl.dll.a > .libs/libintl.dll.a-def
> Signal 11
> make[6]: ** [libcgencpu.la] Error 139

That's unfortunate, but can be worked around by avoiding sid
shared libraries.  Add "--disable-shared" to the configure
option list.  Also, you should create a separate empty build
directory, and run "/..path.to.src../configure ...." there.


> Running make again get you pass this and it stops when building sid.exe
> with following errors: 
> ../../component/cgen-cpu/.libs/libcgencpu.a(m32r-asm.o): In function 'm32r_cgen_build_insn_regex':
> In function 'm32r-asm.c:454: undefined reference to 'xregcomp'
> ....

Try running "make all-bfd all-sid" to force construction of a modern
libiberty (libiberty contains xregex*, and is a prerequisite of all-bfd).


- FChE


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