On Thu, Oct 11, 2007 at 07:08:14PM +0200, Xavier wrote:
> Some users requested the fibonacci patch, which was only for 4.4.1.
> Even though I didn't use it, I tried to port it to 4.6, and it seems to work
> fine. Please review it :)
>
> Also, arg said earlier [1] that it should still be possible to keep a header file
> (fibonacci.h in this case) and include it in config.h, instead of including
> fibonacci.c directly.
> I tried to do it, but failed :
> dwm.c:(.text+0x2ada): undefined reference to `spiral'
> dwm.c:(.text+0x2ae1): undefined reference to `dwindle'
>
> It would be nice if someone could show me how to do this, I'm curious :)
You only need to add SRC = fibonacci.c in config.mk as well.
Regards,
-- Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361Received on Thu Oct 11 2007 - 19:36:26 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:59:18 UTC