Garey Mills <[email protected]> ha escrit: > Hi - > I am trying to compile Mailutils on SunOs 5.8 on a sparc server. I > am using gcc 4.2.1 with gnu ld. > The first problem I had is that stdint.h was not found. I moved a copy > of stdint.h from a SunOs 5.10
The file stdint.h is included with the package, in the subdirectory lib. If it is not found, there's something wrong with the include paths. Please, include the exact error message produced. > and that seemed to fix that. > Now, the compilation ends in error, as below: > syslog.c:30: error: 'LOG_AUTHPRIV' undeclared here (not in a function) Try the following when configuring the package: ./configure CPPFLAGS=-DLOG_AUTHPRIV=LOG_AUTH > If you need any more info please let me know; Please, send your config.log file. Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
