[Glade-users] Linking with glade

Igor Osch Igor Osch <krishnarupa@gmail.com>
Tue, 12 Apr 2005 14:11:54 -0300


Hi there,

I'm developing an application that uses mysql.h and math.h. But I am
having troubles to link it. If I put the linking options directly into
the makefile, things work. The problem is that everytime I run
autogen.sh these things are lost. So how can I make autogen to
generate a makefile with -lm and -lmysql???

I apreciate your help,

Thanks a lot!