diff options
| author | Jérémy Zurcher <jeremy.zurcher@heraeus.com> | 2014-01-06 15:39:05 +0100 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy.zurcher@heraeus.com> | 2014-01-06 15:39:05 +0100 | 
| commit | 09397c778731916891d660ac4ebbb6f3ac5a15fb (patch) | |
| tree | 9ec6b32f0a32f2744d173ca0fe91bc5ea2f2cb50 /lib/conf-ld | |
| download | djb-way-09397c778731916891d660ac4ebbb6f3ac5a15fb.zip djb-way-09397c778731916891d660ac4ebbb6f3ac5a15fb.tar.gz | |
Initial commit
Diffstat (limited to 'lib/conf-ld')
| -rw-r--r-- | lib/conf-ld | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/lib/conf-ld b/lib/conf-ld new file mode 100644 index 0000000..2694d12 --- /dev/null +++ b/lib/conf-ld @@ -0,0 +1,5 @@ +gcc -s -shared -Wl,-soname, + +you may need to use -Wl,export-dynamic for reverse dependencies +remember to use -Wl,-rpath for library client program during developement +This will be used to link .o files into an executable. | 
