Re: [Autogen-users] autogen-5.9.5pre1 pre-release
Brought to you by:
bkorb
From: Bruce K. <bru...@gm...> - 2008-04-27 21:28:04
|
On Sunday 27 April 2008 12:48:02 pm Brian Dessent wrote: > 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. This is not a fatal problem. I mean this _should_not_be_ a fatal problem. It means that autogen will store temporary strings on disk instead of in memory. > > 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. Ick. Nothing I can do tho. However, a config test ought to be cooked up to detect the broken guile library so something more comprehensible than a seg fault tells you what is wrong. I've always hated those you-get- a-seg-fault-on-error error messages. Anyway, thank you Brian and Aaron for letting me know what is going on. Regards, Bruce |