Hello Neil!

> I'm confused why autoconf can't find a shell either. I run zsh, but also
> tried sh and csh with the same results.
If you ever find an answer, please tell me, so we can enhance configure.in.

> I can't compile because every time I run GNU make it reconfigures fsvs
> which is generating an error.
Please try
    $ make CONF=--enable-debug
(gives the error; is config.h generated?)
    $ touch config.h test/Makefile Makefile
(to satisfy the timestamp dependencies)
    $ vi Makefile
(to change LDFLAGS and CFLAGS)
    $ make
(to compile)


> I don't care about supporting devices, but after some googling I think
> that MAKEDEV is depreciated in FreeBSD (Assuming that I understand
> MAKEDEV). They use devfs instead which sounds like it has a completely
> different implementation.
If you're using devfs, your device nodes are automatically generated, so
you can simply define an ignore rule for the contents of your /dev.


Regards,

Phil


-- 
Versioning your /etc, /home or even your whole installation?
             Try fsvs (fsvs.tigris.org)!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to