Build a shared library #13

Open
opened 2022-04-19 10:09:44 +02:00 by christian · 1 comment
Owner

At the moment only a static library is built. If packaged for end-user only, building a static library seems a bit pointless. Make a shared library, too. And configurable which is built: Shared and/or static.

At the moment only a static library is built. If packaged for end-user only, building a static library seems a bit pointless. Make a shared library, too. And configurable which is built: Shared and/or static.
Author
Owner

Building a shared library fails on Ubuntu. The ncurses C++ library is only available as a static library. Which was not compiled with position independent code (i.e. using -fPIC).

Building a shared library fails on Ubuntu. The ncurses C++ library is only available as a static library. Which was not compiled with position independent code (i.e. using `-fPIC`).
christian added the
enhancement
label 2022-05-28 12:51:21 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: christian/kNCurses#13
No description provided.