On Sat, 26 Jul 2008 15:00:52 +0000 (UTC) Christian Buhtz <[EMAIL PROTECTED]> wrote:
CB> Than I used to build M as described. CB> CB> ./configre It's better to build it in a separate build directory. At least it means you can always do "rm -rf build_dir" and restart from scratch. CB> sudo make You don't need to use sudo here. This has nothing to do with M, it's just a very, very bad idea to ever do it with any program. Any bugs in makefile can now hose your entire system. You only ever need to use sudo with "make install". CB> On first run there where some errors. Well, it wouldn't hurt to know what they were... CB> I did CB> sudo make CB> again and get this errors: CB> CB> [output] CB> make[1]: Betrete Verzeichnis '/home/user/src/mahogany/trunk/M/include' CB> make[1]: Verlasse Verzeichnis '/home/user/src/mahogany/trunk/M/include' CB> make[1]: Betrete Verzeichnis '/home/user/src/mahogany/trunk/M/lib' CB> set -e; for i in compface dspam imap; do make -C $i -f Makefile.M all; CB> done CB> make[2]: Betrete Verzeichnis '/home/user/src/mahogany/trunk/M/lib/ CB> compface' CB> make[2]: Verlasse Verzeichnis '/home/user/src/mahogany/trunk/M/lib/ CB> compface' CB> make[2]: Betrete Verzeichnis '/home/user/src/mahogany/trunk/M/lib/dspam' CB> .src/configure CFLAGS=-fPIC --disable-shared \ CB> --with-delivery-agent=/bin/false -C CB> configure: loading cache config.cache CB> checking for a BSD-compatible install... (cached) /usr/bin/install -c CB> checking whether build environment is sane... yes CB> checking for gawk... (cached) mawk CB> checking whether make sets $(MAKE)... (cached) yes CB> make[2]: Verlasse Verzeichnis '/home/user/src/mahogany/trunk/M/lib/dspam' CB> make[1]: Verlasse Verzeichnis '/home/user/src/mahogany/trunk/M/lib' CB> [/output] There are no errors here that I can see. Would you terribly mind be more precise? CB> sudo make distclean CB> doesn't work because "there is no rule to make target 'distclean'" Well, no, there is no such rule. So? I'm sorry but I really wonder if you reread your messages before posting them. They're totally incomprehensible to someone (like me) who doesn't see what's going on on your machine. Please try to provide some information when you run into a problem, saying "there were some errors" just makes me want to scream and doesn't serve any useful purpose whatsoever. Thanks, VZ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mahogany-Developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
