Skip to content

Commit

Permalink
update documenation on statically linked libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 21, 2016
1 parent c0fa587 commit ae8f5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -250,7 +250,7 @@ Example (using g++ on Debian Jessie):

$ ./configure --with-models=CMSSM \
--with-ldflags="-static" \
--with-ldlibs="-lquadmath"
--with-ldlibs="-lquadmath -ldl"

This will create a standalone executable which does not depend on
dynamic libraries.
Expand Down
2 changes: 1 addition & 1 deletion doc/building.dox
Expand Up @@ -206,7 +206,7 @@ specified in the variable `LDLIBS`.

Example (using `g++` on Debian Jessie):

./configure --with-models=CMSSM --with-ldflags="-static" --with-ldlibs="-lquadmath"
./configure --with-models=CMSSM --with-ldflags="-static" --with-ldlibs="-lquadmath -ldl"

This will create a standalone executable which does not depend on
dynamic libraries.
Expand Down

0 comments on commit ae8f5cc

Please sign in to comment.