bug-gnucap
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Segment fault at exit when compiled with Clang and libc++


From: LdBeth
Subject: Re: Segment fault at exit when compiled with Clang and libc++
Date: Sat, 10 Feb 2024 02:55:49 -0600
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.1 (x86_64-apple-darwin20.6.0) MULE/6.0 (HANACHIRUSATO)

>>>>> In <20240209103423.GE8538@mx0.d-labs.de> 
>>>>>   Felix Salfelder <felix@salfelder.org> wrote:
> Is this gnucap or gnucap-modelgen-verilog?
> (How) did you run configure?

> cheers
> felix

It is gnucap, in develop branch

The cause seems is the toplevel Makefile looks like

install:
        (cd conf; ${MAKE} install)
        (cd include; ${MAKE} install)
        (cd lib; ${MAKE} install)
        (cd modelgen; ${MAKE} install)
        (cd main; ${MAKE} install)
        (cd apps; ${MAKE} install)

but GNU Make 3.81 install on macOS seems does not like the parenthesis,
and just says:

$ make install
make: `install' is up to date.

Removing the parenthesis makes the build work again.

---
ldbeth




reply via email to

[Prev in Thread] Current Thread [Next in Thread]