File: README.static

package info (click to toggle)
libpff 20120802-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,524 kB
  • ctags: 6,784
  • sloc: ansic: 214,206; sh: 11,485; makefile: 1,229; python: 138; java: 137; sed: 16
file content (20 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Libpff supports two types of static compilation
* static library
* static excutables

Creating a static library

Use the following command to tell configure you want to make a static library:
./configure --enable-shared=no


Creating static executables

Make sure you have a static version of:
* glibc

Some distrubions provide separate packages for static versions of libraries

Use the following command to tell configure you want to make a static executables:
./configure --enable-static-executables=yes