Skip to content

Comments

Fix building with gmake#227

Open
netman69 wants to merge 1 commit intoEUA:masterfrom
netman69:master
Open

Fix building with gmake#227
netman69 wants to merge 1 commit intoEUA:masterfrom
netman69:master

Conversation

@netman69
Copy link

I had to remove -lgomp from the LIBS variable in the makefile to successfully build as the target "$(OBJECTS): $(LIBS) $(SOURCES)" tells make that every filename in LIBS is a dependency for that target, so make thinks it needs the file "-lgomp" to be created before proceeding so it bails out. It seems having that argument is either unnecessary or taken care elsewhere since otherwise everything works happily.

I'm not sure how anyone else is able to build (with cmake I suppose? Or am I missing something?).

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.

1 participant