Re: Compiling for FreeBSD
al davis <[email protected]> Wed, 5 Apr 2017 00:38:36 -0400
| Newsgroups | gmane.comp.gnu.gnucap.general,gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 4 Apr 2017 21:44:11 -0600 alan somers <[email protected]> wrote: > @@# > @@@unreachable:../../include/l_dispatcher.h:41:DISPATCHER_BASE > build error: link order: constructing dispatcher that already has contents > > gmake[1]: *** [Makefile:129: d_mos1.cc] Segmentation fault > gmake[1]: *** Deleting file 'd_mos1.cc' > gmake[1]: Leaving directory '/usr/home/somers/src/gnucap/apps/O' > gmake: *** [Makefile:33: default] Error 2 But notice how it printed .. This came from gnucap-modelgen : > @@# > @@@unreachable:../../include/l_dispatcher.h:41:DISPATCHER_BASE > build error: link order: constructing dispatcher that already has contents It got here, indicating that modelgen completed successfully?????? > gmake[1]: *** [Makefile:129: d_mos1.cc] Segmentation fault gmake said something, Where did the "Segmentation fault" come from?? I suspect it's not what you think. What happens if you do "make debug" ? What happens if you run modelgen directly? There's a bug, but it's not the one we are looking at. I have an idea, but I will need you to test it.