Build a shared library #13

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

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.
Poster
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 Participants
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
There is no content yet.