[DiscordArchive] does anybody know how to fix this?
[DiscordArchive] does anybody know how to fix this?
Archived author: Skarn • Posted: 2018-10-22T18:39:34.676000+00:00
Original source
but where should that point?
Archived author: schlumpf • Posted: 2018-10-22T18:50:43.788000+00:00
Original source
The -L seems to be wrong.
Archived author: schlumpf • Posted: 2018-10-22T18:50:50.632000+00:00
Original source
it probably needs to be stormlib/lib
Archived author: schlumpf • Posted: 2018-10-22T18:51:02.628000+00:00
Original source
ld_library_path is for runtime libraries, not compile time.
Archived author: Deleted User • Posted: 2018-10-22T18:51:39.518000+00:00
Original source
-L stormlib/ would be an additional library path
Archived author: Deleted User • Posted: 2018-10-22T18:51:50.765000+00:00
Original source
And -Lstorm is correct
Archived author: Deleted User • Posted: 2018-10-22T18:52:03.392000+00:00
Original source
When built with cmake stormlib builds as libstorm.a
Archived author: Deleted User • Posted: 2018-10-22T19:05:24.936000+00:00
Original source
-lstorm