DragonFly users List (threaded) for 2010-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: RTG configure failing, hacking ./configure?
Success!
Added these lines to config.guess
--
*:DragonFly:*:*)
echo ${UNAME_MACHINE}-unknown-dragonflybsd`echo
${UNAME_RELEASE}|sed -e 's/[-(].*//'`
exit 0;;
--
and this to config.sub
--
| -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd*
| -riscix* \
became:
--
| -hiux* | -386bsd* | -netbsd* | -openbsd* | -dragonfly*
| -freebsd* | -riscix* \
--
Built with # ./configure --prefix=/usr/local/rtg
--with-mysql=/usr/pkg/ --with-snmp=/usr/pkg
On Wed, Oct 6, 2010 at 12:45 PM, Tyler Mills <tylermills@gmail.com> wrote:
> While building RTG, I get this error on ./configure --prefix=/usr/local/rtg
>
> I am going through and trying to hack the configure file to see if I
> can get it to work, though I wonder if you guys have any ideas?
>
> Thanks
>
> Error:
> ----
> config.guess timestamp = 2002-03-04
>
> uname -m = x86_64
> uname -r = 2.7-DEVELOPMENT
> uname -s = DragonFly
> uname -v = DragonFly v2.7.3.1242.g7b5a2-DEVELOPMENT #0: Tue Oct 5
> 19:42:59 CDT 2010 root@rtgbox:/usr/obj/usr/src/sys/X64_SMP
>
> /usr/bin/uname -p = x86_64
> /bin/uname -X =
>
> hostinfo =
> /bin/universe =
> /usr/bin/arch -k =
> /bin/arch =
> /usr/bin/oslevel =
> /usr/convex/getsysinfo =
>
> UNAME_MACHINE = x86_64
> UNAME_RELEASE = 2.7-DEVELOPMENT
> UNAME_SYSTEM = DragonFly
> UNAME_VERSION = DragonFly v2.7.3.1242.g7b5a2-DEVELOPMENT #0: Tue Oct
> 5 19:42:59 CDT 2010 root@rtgbox:/usr/obj/usr/src/sys/X64_SMP
> configure: error: cannot guess build type; you must specify one
> ----
>
>
> Tyler Mills
>
>
>
> --A state, is called the coldest of all cold monsters. Coldly lieth it
> also; and this lie creepeth from its mouth: "I, the state, am the
> people."
>
--
--A state, is called the coldest of all cold monsters. Coldly lieth it
also; and this lie creepeth from its mouth: "I, the state, am the
people."
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]