[CMake] use of efence

Subir Singh Lamba subirs at gmail.com
Tue Apr 4 08:03:34 EDT 2006


Hi,

I want to use the following command while using cmake

gcc -g -o hello hello.c -lefence

How should I insert the flags so that  -lefence is at the end

I have tried
export CFLAGS="$CFLAGS -g -lefence"

but then linking with efence does not takes place.

thanks in advance,

Subir


More information about the CMake mailing list