Re: [Autogen-users] autogen-5.9.5pre1 pre-release
Brought to you by:
bkorb
From: Brian D. <br...@de...> - 2008-04-27 19:48:02
|
Aaron Turner wrote: > Running the latest Cygwin under XP, configure reports both fopencookie > and funopen as not found. The functions aren't in Cygwin 1.5.x, only in the development version. > AutoGen aborting on signal 11 (Segmentation fault) in state DONE > processing template 3 [main] autogen 3928 > _cygtls::handle_exceptions: Error while dumping state (probably > corrupted stack) > /bin/sh: line 1: 3928 Segmentation fault (core dumped) > /home/Aaron/autogen-5.9.5pre1/agen5/autogen.exe -L../autoopts > ./opts.def This is due to a broken libguile Cygwin package, caused by the guile package maintainer using an incompatible version of gcc to build the packages. You need to rebuild libguile with the proper gcc version to get a working autogen. Brian |