Edwin Leuven wrote: > breaks down (both 2.96 and 3.2) > > Has someone an idea what this is about? > > Thanks, Ed. > > /usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 080522a0 > BufferView_pimpl.o: In function `BufferView::Pimpl::selectionRequested()': > /usr/local/cvs/build/src/../../lyx-devel/src/BufferView_pimpl.C:412: undefined > reference to `atexit' > FloatList.o: In function `FloatList::getType(std::basic_string<char, > std::char_traits<char>, std::allocator<char> > const&) const': > /usr/local/cvs/build/src/../../lyx-devel/src/FloatList.C:96: undefined > reference to `atexit' > lyxfunc.o: In function `LyXFunc::getStatus(FuncRequest const&) const': > /usr/local/cvs/build/src/../../lyx-devel/src/lyxfunc.C:428: undefined > reference to `atexit' > lyxfunc.o: In function `LyXFunc::dispatch(FuncRequest const&, bool)': > /usr/local/cvs/build/src/../../lyx-devel/src/lyxfunc.C:886: undefined > reference to `atexit' > /usr/local/cvs/build/src/../../lyx-devel/src/lyxfunc.C:1452: undefined > reference to `atexit' > lyxfunc.o:/usr/local/cvs/build/src/../../lyx-devel/src/lyxfunc.C:1455: more > undefined references to `atexit' follow > collect2: ld returned 1 exit status > make[3]: *** [lyx] Error 1 > make[3]: Leaving directory `/usr/local/cvs/build/src' > make[2]: *** [all-recursive] E >
We used to have support for adding a fake atexit for systems which need it but do not have it. I removed that in configure a couple months ago because I thought we did not need it (I added it for sunos4) and that we would find out soon enough if we did :) Can you give details on your system? JMarc