Comment 5 for bug 377239

Revision history for this message
gares (gares) wrote :

You should change your makefiles to use pkg-config

gcc foo.c `pkg-config --libs --cflags lua5.1`

Cheers