From 6c5b57ff5abd73d44df5af8a54fbfb659b3d3dcf Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 7 Mar 2006 02:48:58 +0000 Subject: [PATCH] make a dynamic lib git-svn-id: http://ltt.polymtl.ca/svn@1601 04897980-b3bd-0310-b5e0-8ef037075253 --- usertrace-generic/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1