compilation

8 posts / 0 new
Last post
Offline
Last seen: 2 years 4 months ago
Joined: 09/20/2021
Posts: 4
library linking failing in Docker image application demo

I am attempting to follow the example here but I keep getting a fail on the second docker command,

docker run -it --rm -v `pwd`:/app -w="/app" dds-build \
    make -f makefile_Values_x64Linux3gcc5.4.

The error I get is a missing library,

```

Subscribe to RSS - compilation