Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

The rlib shares a same base name with SQLite #88

Open
lifthrasiir opened this issue Jul 6, 2014 · 0 comments
Open

The rlib shares a same base name with SQLite #88

lifthrasiir opened this issue Jul 6, 2014 · 0 comments

Comments

@lifthrasiir
Copy link
Collaborator

As per rust-lang/rfcs#109, rustsqlite now produces libsqlite3.rlib which shares a same base name with SQLite (libsqlite3.a) and causes a name conflict when linked by other crates. It can be resolved either by giving -C extra-filename=_rust (or similar) to rustc, or by renaming the library. It may also be made a non-issue when Cargo may resolve this as well.

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