Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Cant build #73

Open
Alonzo-Coeus opened this issue Jun 11, 2017 · 2 comments
Open

Cant build #73

Alonzo-Coeus opened this issue Jun 11, 2017 · 2 comments

Comments

@Alonzo-Coeus
Copy link

Alonzo-Coeus commented Jun 11, 2017

undefined reference to pow
it seems to be a problem with the linking and the math lib

@tripract
Copy link

modify Makefile line 134,
from
@$(CC) -o $@ $(ALL_LDFLAGS) $(ALL_CFLAGS) $(OBJS_TESTS) $(BLDDIR)/libdablooms.a
to
@$(CC) -o $@ $(ALL_CFLAGS) $(OBJS_TESTS) $(BLDDIR)/libdablooms.a $(ALL_LDFLAGS)

@ploxiln
Copy link
Contributor

ploxiln commented Dec 14, 2024

fwiw, this was fixed in https://github.com/ploxiln/dablooms (ploxiln@a9cc856)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants