* config.log of emacs22 has many ``unknown"s
@ 2006-12-18 22:31 Ronald
2006-12-20 20:29 ` Robert Thorpe
0 siblings, 1 reply; 2+ messages in thread
From: Ronald @ 2006-12-18 22:31 UTC (permalink / raw)
As below, should I correct it manuanlly, and how?
$ ./configure --with-gtk --with-xft --x-includes=/usr/include/X11
--x-libraries=/usr/lib/X11
## --------- ##
## Platform. ##
## --------- ##
hostname = ubuntu
uname -m = i686
uname -r = 2.6.15-27-386
uname -s = Linux
uname -v = #1 PREEMPT Sat Sep 16 01:51:59 UTC 2006
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: config.log of emacs22 has many ``unknown"s
2006-12-18 22:31 config.log of emacs22 has many ``unknown"s Ronald
@ 2006-12-20 20:29 ` Robert Thorpe
0 siblings, 0 replies; 2+ messages in thread
From: Robert Thorpe @ 2006-12-20 20:29 UTC (permalink / raw)
Ronald wrote:
> As below, should I correct it manuanlly, and how?
>
> $ ./configure --with-gtk --with-xft --x-includes=/usr/include/X11
> --x-libraries=/usr/lib/X11
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = ubuntu
> uname -m = i686
> uname -r = 2.6.15-27-386
> uname -s = Linux
> uname -v = #1 PREEMPT Sat Sep 16 01:51:59 UTC 2006
>
> /usr/bin/uname -p = unknown
uname -p means find processor type it's not much of a problem that this
doesn't work, uname -m provides the relevant info.
> /bin/uname -X = unknown
Shouldn't be expected to work.
> /bin/arch = i686
> /usr/bin/arch -k = unknown
Don't think that should work.
> /usr/convex/getsysinfo = unknown
Definately shouldn't work.
> hostinfo = unknown
> /bin/machine = unknown
> /usr/bin/oslevel = unknown
> /bin/universe = unknown
It's fine if all those things don't work. Most of the list is autoconf
inserting checks that are only useful on obscure platforms.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-20 20:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-18 22:31 config.log of emacs22 has many ``unknown"s Ronald
2006-12-20 20:29 ` Robert Thorpe
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.