This may be considered off-topic, but I think it has something to do with autoconf. I'd like to compile the GNOME application drgenius (http://www.ofset.org/drgenius/). The configure script gives only one warning:

configure: WARNING: Cannot find GOB, check http://www.5z.com/jirka/gob.html

I tried to install this; doesn't compile. When I run make, I get an error:

drgeo_adaptDialog.cc:27:19: crypt.h: No such file or directory

The line in question is

#include <crypt.h>

Isn't the 'crypt' function declared in unistd.h? I thought autoconf checked for crypt.h. I tried symlinking unistd.h to crypt.h; no good. With minimal knowledge of programming, can I do a Fink-style hack on this thing so it will compile? Thanks.



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to