protux-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Protux-devel] oops!


From: Martin Herren
Subject: Re: [Protux-devel] oops!
Date: Thu, 12 Dec 2002 15:35:13 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1

Luciano Giordana wrote:

this is the famous vtable error. You just have to run
make -f admin/Makefile.common

./configure

and so on..


it's almost standard nowadays to have to run
   $ ./configure
   $ make
   $ make install
with most open source software releases.

For CVS versions it's normal that you have to run
   $ aclocal
   $ autoheader
   $ autoconf
   $ automake
before, and i think that's what is done by this admin/Makefile.common file... but that's only for devellopers and other people wanting to be on the bleeding edge of development. For the normal user these steps (that means of course also 'make -f admin/Makefile') shouldn't be needed. Furthermore these steps force the user to have autoconf & automake installed on his system, what's usually not needed by the configure script !

Wouldn't it be possible to get rid of it for the releases ?

Martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]