From: compudj Date: Tue, 7 Mar 2006 02:48:58 +0000 (+0000) Subject: make a dynamic lib X-Git-Tag: v0.12.20~1888 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=sidebyside;h=6c5b57ff5abd73d44df5af8a54fbfb659b3d3dcf;p=lttv.git make a dynamic lib git-svn-id: http://ltt.polymtl.ca/svn@1601 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/usertrace-generic/README b/usertrace-generic/README index 5165ebd1..b9ac1fb4 100644 --- a/usertrace-generic/README +++ b/usertrace-generic/README @@ -168,8 +168,8 @@ See the sample-instrument-fct.c example program. - Compile your application with at least these parameters to gcc (it is splitted on two lines, joined by a "\") : -gcc -g -finstrument-functions -I /usr/src/usertrace-generic \ - -llibltt-instrument-functions -o myapp myapp.c +gcc -g -finstrument-functions \ + -lltt-instrument-functions -o myapp myapp.c To see what the final result looks like : - Start tracing