in reply to Re^4: shared-obj linking in xs-module
in thread shared-obj linking in xs-module
Exactly what I did in the code example I posted. Linking the generated shared object against the libraries. In that example that libraries are also external (not proprietary, though) and I don't have built them myself. I built my code with the headers that are provided with those libraries and then link against their shared objects, which are more than one as well.
Cheers, Flo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: shared-obj linking in xs-module
by warlock (Initiate) on Mar 16, 2006 at 14:52 UTC | |
by rafl (Friar) on Mar 16, 2006 at 15:00 UTC | |
by warlock (Initiate) on Mar 16, 2006 at 15:03 UTC | |
by rafl (Friar) on Mar 16, 2006 at 15:07 UTC | |
by warlock (Initiate) on Mar 16, 2006 at 16:14 UTC | |
|