diff options
Diffstat (limited to '')
-rw-r--r-- | pipermail/nel/2000-November/000007.html | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/pipermail/nel/2000-November/000007.html b/pipermail/nel/2000-November/000007.html new file mode 100644 index 00000000..e4f3c544 --- /dev/null +++ b/pipermail/nel/2000-November/000007.html @@ -0,0 +1,156 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] How do i compile this beast? Empty FAQ...</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:stefan.nilsen%40telia.com"> + <LINK REL="Previous" HREF="000015.html"> + <LINK REL="Next" HREF="000010.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] How do i compile this beast? Empty FAQ...</H1> + <B>Stefan Nilsen</B> + <A HREF="mailto:stefan.nilsen%40telia.com" + TITLE="[Nel] How do i compile this beast? Empty FAQ...">stefan.nilsen@telia.com</A><BR> + <I>Thu, 9 Nov 2000 20:43:58 +0100</I> + <P><UL> + <LI> Previous message: <A HREF="000015.html">[Nel] matrix.cpp std::min/max problems?</A></li> + <LI> Next message: <A HREF="000010.html">[Nel] How do i compile this beast? Empty FAQ...</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7">[ date ]</a> + <a href="thread.html#7">[ thread ]</a> + <a href="subject.html#7">[ subject ]</a> + <a href="author.html#7">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi guys. + +I'm sorry if this is a stupid question, but what do i do after i have CVS'ed +home this thing? + +Look below for my trial and (mostly) error. + +I would like to RTFM, but i don't find any :-( + +Pls help me! + +Btw, I run SuSE 7.0 if that helps anyone, and my computer is Y2K safe :-) + +----- cut here ----- + +A loosers guide to automake! ;-) + + +I have tried the following commands: +aclocal + +(i got myself an aclocal.m4) + +automake + +automake: configure.in: required file `./install-sh' not found +automake: configure.in: required file `./mkinstalldirs' not found +automake: configure.in: required file `./missing' not found +automake: configure.in: required file `./config.guess' not found +automake: configure.in: required file `./config.sub' not found +automake: Makefile.am: required file `./INSTALL' not found +automake: Makefile.am: required file `./NEWS' not found +automake: Makefile.am: required file `./README' not found +automake: Makefile.am: required file `./COPYING' not found +automake: Makefile.am: required file `./AUTHORS' not found +automake: Makefile.am: required file `./ChangeLog' not found +configure.in: 11: required file `./include/config.h.in' not found + +automake -a + +automake: configure.in: installing `./install-sh' +automake: configure.in: installing `./mkinstalldirs' +automake: configure.in: installing `./missing' +automake: configure.in: installing `./config.guess' +automake: configure.in: installing `./config.sub' +automake: Makefile.am: installing `./INSTALL' +automake: Makefile.am: required file `./NEWS' not found +automake: Makefile.am: required file `./README' not found +automake: Makefile.am: installing `./COPYING' +automake: Makefile.am: required file `./AUTHORS' not found +automake: Makefile.am: required file `./ChangeLog' not found +configure.in: 11: required file `./include/config.h.in' not found + +autoconf + +This gives me some of the missing files in the step above. + +automake -a (again...) + +automake: Makefile.am: required file `./NEWS' not found +automake: Makefile.am: required file `./README' not found +automake: Makefile.am: required file `./AUTHORS' not found +automake: Makefile.am: required file `./ChangeLog' not found +configure.in: 11: required file `./include/config.h.in' not found + +autoheader + +(silence...) + +automake -a (a final time...) + +automake: Makefile.am: required file `./NEWS' not found +automake: Makefile.am: required file `./README' not found +automake: Makefile.am: required file `./AUTHORS' not found +automake: Makefile.am: required file `./ChangeLog' not found + +./configure + +... +... +... +checking for fcntl.h... yes +checking for unistd.h... yes +checking for working const... yes +updating cache ./config.cache +creating ./config.status +creating Makefile +creating src/Makefile +creating src/misc/Makefile +creating src/net/Makefile +creating include/Makefile +sed: can't read ./include/Makefile.in: No such file or directory +creating lib/Makefile +sed: can't read ./lib/Makefile.in: No such file or directory +creating doc/Makefile +sed: can't read ./doc/Makefile.in: No such file or directory +creating include/config.h + +make + +Making all in include +make[1]: Entering directory `/home/stni/workproj/nel/code/nel/include' +make[1]: *** No rule to make target `all'. Stop. +make[1]: Leaving directory `/home/stni/workproj/nel/code/nel/include' +make: *** [all-recursive] Error 1 + + +</pre> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000015.html">[Nel] matrix.cpp std::min/max problems?</A></li> + <LI> Next message: <A HREF="000010.html">[Nel] How do i compile this beast? Empty FAQ...</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7">[ date ]</a> + <a href="thread.html#7">[ thread ]</a> + <a href="subject.html#7">[ subject ]</a> + <a href="author.html#7">[ author ]</a> + </LI> + </UL> +</body></html> |