Re: Autoheader problem

2004-06-23 Thread Bernt. H
Bill Moran wrote:
> autoheader is part of the automake suite of tools.  Do you have them 
installed?
> If so, make sure they're accessable in your path.
>

Ok. Fixed but now there is this.
gmake[1]: *** No rule to make target `.deps/wide_posix_api.Po'.  Stop.
I've used google to get some answers but ddid not find any.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Autoheader problem

2004-06-23 Thread Bill Moran
"Bernt. H" <[EMAIL PROTECTED]> wrote:
> Hello!
> 
> Trying to build a program from source but I can't.
> 
> # gmake
> +==+
> | --- GETTING READY TO BUILD - |
> +==+
> | SuckMT 0.55 - A Multi Threaded suck replacement  |
> | (C)2003 by Niels Basjes - http://niels.basjes.nl |
> | http://oss.basjes.nl/SuckMT/ |
> +--+
> | SuckMT may be used under the GNU Public Licence. |
> +==+
> 
> Available targets to build:
> - all : Just build it all.
> - install : Build and install.
> - debug   : ENABLE  source debugging for all following compile sessions.
> - nodebug : DISABLE source debugging for all following compile sessions.
> - dist: Create a suckmt-0.55.tar.gz source distribution.
> - rpm : Create an RPM and SRPM for suckmt.
> 
> autoheader
> gmake: autoheader: Command not found
> gmake: *** [config.h.in] Error 127

autoheader is part of the automake suite of tools.  Do you have them installed?
If so, make sure they're accessable in your path.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"