Skip to content

make all: a default target#30

Merged
flanglet merged 1 commit intoflanglet:masterfrom
tansy:Makefile-all
Mar 15, 2026
Merged

make all: a default target#30
flanglet merged 1 commit intoflanglet:masterfrom
tansy:Makefile-all

Conversation

@tansy
Copy link
Copy Markdown

@tansy tansy commented Mar 14, 2026

Make `all' a default target, so it can be built with just `make'.

It may also need `-lstdc++fs' to link. At least I needed it.

@sonarqubecloud
Copy link
Copy Markdown

@flanglet
Copy link
Copy Markdown
Owner

I think that the only situation where -lstdc++fs is required is when you have a real old compiler and build with c++17 (default in makefile). If you cannot ,or do not want to upgrade your compiler version, just build with an older c++ standard version like so: "CXX_STD=c++11 make kanzi"

@flanglet flanglet merged commit 063200a into flanglet:master Mar 15, 2026
8 checks passed
@tansy tansy deleted the Makefile-all branch March 19, 2026 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants