Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

build: build libuv.a and libuv.so in different directories #659

Closed
bnoordhuis opened this issue Dec 18, 2012 · 1 comment
Closed

build: build libuv.a and libuv.so in different directories #659

bnoordhuis opened this issue Dec 18, 2012 · 1 comment
Assignees

Comments

@bnoordhuis
Copy link
Contributor

See e.g. #632.

Running make all && make test fails to build the test suite.

make all first builds libuv.a, make test then tries to build libuv.so but dies with relocation errors.

Possible solutions:

  1. Always build with -fPIC. Bad but easy.
  2. Build libuv.a and libuv.so in different directories. Good but hard(er).
@ghost ghost assigned bnoordhuis Dec 18, 2012
@bnoordhuis
Copy link
Contributor Author

Fixed in 4b115f8.

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

No branches or pull requests

1 participant