Hi, Frequently when compiling rsync, I get this error during the make process:
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c options.c -o options.o options.c:24:18: popt.h: No such file or directory make: *** [options.o] Error 1 This is easily fixed by changing line 24 of options.c from: #include <popt.h> to #include "popt/popt.h" Thanks! -- Phil Hassey VP, Product Development Lance Technologies LLC 2810 Sweet Home Road Amherst, NY 14228 Web: www.lance-tech.com E-mail: [EMAIL PROTECTED] Toll-Free: 1.800.520.2969 ext 704 Fax: 734.268.0015
-- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
