make a dynamic lib
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 7 Mar 2006 02:48:58 +0000 (02:48 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 7 Mar 2006 02:48:58 +0000 (02:48 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1601 04897980-b3bd-0310-b5e0-8ef037075253

usertrace-generic/README

index 5165ebd14215a4f9bb6a3c8484c29424b8d4b222..b9ac1fb431c5a0861a43d9aaea08a54a0d955e31 100644 (file)
@@ -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
This page took 0.028537 seconds and 4 git commands to generate.