Search:

Type: Posts; User: rpcraig; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    287

    [ubuntu] shared libraries

    how do i create a shared library out of other shared libraries
  2. Replies
    0
    Views
    285

    [ubuntu] help with shared libraries

    i have a shared library called libt1.so. I now want to combine object file AddNumbers.o with libt1.so into a new shared library called libnew.so.
    Is this possible? I tried g++ -shared -o libnew.so...
Results 1 to 2 of 2