From mboxrd@z Thu Jan 1 00:00:00 1970 From: Moritz Julen To: help-gcc@gnu.org Subject: add_timer Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <385E6AF1.19921032@hotmail.com> X-SW-Source: 1999-12n/msg00275.html Message-ID: <19991231222400.4ghj1r96kAMG4voj8n8WYq6WemPXuAuruGZd1hLH458@z> hey I'd like to use the new timer functions add_timer(struct timer_list * timer) del_timer(struct timer_list * timer) but I can't link it. I tried gcc source.c -o exec -ltimer in source.c I included timer.h then I get undefined reference to add_timer. I use SuSE 6.2 Thanks Mo