bug-grub
[Top][All Lists]
Advanced

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

Redhat configuration.


From: Andrew Markebo
Subject: Redhat configuration.
Date: Tue, 31 Oct 2000 18:20:30 +0100

Now when me and my linux machine is closer, here comes the config.log from a
redhat 7 system and grub 0.5.96.1. The problem is that configure doesn't
think that ncurses exist on my machine.

doing gcc -c test.c works fine, with test.c is:
#include <ncurses/curses.h>
works fine, no errs.

    /Andy

Output from configure
[...]
checking for opendisk in -lutil... no
checking for wgetch in -lncurses... yes
checking for string.h... yes
checking for strings.h... yes
checking for ncurses/curses.h... no
checking for ncurses.h... no
checking for curses.h... no
updating cache ./config.cache
creating ./config.status
[...]

config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:688: checking for a BSD compatible install
configure:745: checking whether build environment is sane
configure:816: checking for mawk
configure:816: checking for gawk
configure:849: checking whether make sets ${MAKE}
configure:942: checking host system type
configure:987: checking whether to enable maintainer-specific portions of
Makefiles
configure:1054: checking build system type
configure:1097: checking for gcc
configure:1135: checking for gcc
configure:1260: checking whether the C compiler (gcc   ) works
configure:1276: gcc -o conftest    conftest.c  1>&5
configure:1302: checking whether the C compiler (gcc   ) is a cross-compiler
configure:1307: checking whether we are using GNU C
configure:1316: gcc -E conftest.c
configure:1334: checking whether gcc accepts -g
configure:1365: checking how to run the C preprocessor
configure:1386: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1447: checking dependency style of gcc
configure:1534: checking for ranlib
configure:1577: checking whether optimization for size works
configure:1596: gcc -c -Os -g  conftest.c 1>&5
configure:1623: checking whether -Wundef works
configure:1642: gcc -c -g -Wundef conftest.c 1>&5
configure:1701: checking for objcopy
configure:1736: checking if C symbols get an underscore after compilation
configure:1749: gcc -g -S conftest.c
configure:1774: checking whether objcopy works for absolute addresses
configure:1786:
gcc -c -g  -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -mal
ign-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef conftest.c 1>&5
conftest.c:3: warning: no previous prototype for `cmain'
configure:1792: gcc -g -nostdlib -Wl,-N -Wl,-Ttext -Wl,2000 conftest.o -o
conftest.exec
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to
00002000
configure:1796: objcopy -O binary conftest.exec conftest
configure:1792: gcc -g -nostdlib -Wl,-N -Wl,-Ttext -Wl,8000 conftest.o -o
conftest.exec
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to
00008000
configure:1796: objcopy -O binary conftest.exec conftest
configure:1800: cmp -s conftest.old conftest
configure:1792: gcc -g -nostdlib -Wl,-N -Wl,-Ttext -Wl,7C00 conftest.o -o
conftest.exec
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to
00007c00
configure:1796: objcopy -O binary conftest.exec conftest
configure:1800: cmp -s conftest.old conftest
configure:1816: checking whether addr32 must be in the same line as the
instruction
configure:1825: gcc -g -c conftest.s
configure:1853: checking for .code16 addr32 assembler support
configure:1868: gcc -g -c conftest.s
configure:1883: checking whether an absolute indirect call/jump must not be
prefixed with an asterisk
configure:1894: gcc -g -c conftest.s
configure:1913: checking if start is defined by the compiler
configure:1929: gcc -o
conftest -g  -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -m
align-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef  conftest.c  1>&5
/tmp/cckE9mkD.o: In function `main':
/mnt/20G/tekke/grub-0.5.96.1/configure:1923: undefined reference to `start'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1918 "configure"
#include "confdefs.h"

int
main()
{
asm ("incl start")
  ;
  return 0;
}
configure:1952: checking if _start is defined by the compiler
configure:1968: gcc -o
conftest -g  -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -m
align-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef  conftest.c  1>&5
configure:1996: checking if __bss_start is defined by the compiler
configure:2012: gcc -o
conftest -g  -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -m
align-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef  conftest.c  1>&5
configure:2035: checking if _edata is defined by the compiler
configure:2051: gcc -o
conftest -g  -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -m
align-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef  conftest.c  1>&5
configure:2074: checking if edata is defined by the compiler
configure:2090: gcc -o
conftest -g  -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -m
align-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef  conftest.c  1>&5
configure:2119: checking if end is defined by the compiler
configure:2135: gcc -o
conftest -g  -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -m
align-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef  conftest.c  1>&5
configure:2158: checking if _end is defined by the compiler
configure:2174: gcc -o
conftest -g  -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -m
align-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef  conftest.c  1>&5
configure:2211: checking for opendisk in -lutil
configure:2233: gcc -o
conftest -g  -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -m
align-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef  conftest.c -lutil
1>&5
/tmp/cckVxQc1.o: In function `main':
/mnt/20G/tekke/grub-0.5.96.1/configure:2227: undefined reference to
`opendisk'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2218 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char opendisk();

int
main()
{
opendisk()
  ;
  return 0;
}
configure:2258: checking for wgetch in -lncurses
configure:2280: gcc -o
conftest -g  -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -m
align-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef
 conftest.c -lncurses   1>&5
configure:2355: checking for string.h
configure:2366:
gcc -E  -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -malign
-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef conftest.c >/dev/null
2>conftest.out
configure:2355: checking for strings.h
configure:2366:
gcc -E  -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -malign
-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef conftest.c >/dev/null
2>conftest.out
configure:2355: checking for ncurses/curses.h
configure:2366:
gcc -E  -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -malign
-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef conftest.c >/dev/null
2>conftest.out
In file included from configure:2361:
/usr/include/ncurses/curses.h:360:9: warning: "GCC_PRINTF" is not defined
/usr/include/ncurses/curses.h:366:9: warning: "GCC_SCANF" is not defined
configure: failed program was:
#line 2360 "configure"
#include "confdefs.h"
#include <ncurses/curses.h>

configure:2355: checking for ncurses.h
configure:2366:
gcc -E  -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -malign
-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef conftest.c >/dev/null
2>conftest.out
In file included from configure:2361:
/usr/include/ncurses.h:360:9: warning: "GCC_PRINTF" is not defined
/usr/include/ncurses.h:366:9: warning: "GCC_SCANF" is not defined
configure: failed program was:
#line 2360 "configure"
#include "confdefs.h"
#include <ncurses.h>

configure:2355: checking for curses.h
configure:2366:
gcc -E  -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -malign
-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef conftest.c >/dev/null
2>conftest.out
In file included from configure:2361:
/usr/include/curses.h:360:9: warning: "GCC_PRINTF" is not defined
/usr/include/curses.h:366:9: warning: "GCC_SCANF" is not defined
configure: failed program was:
#line 2360 "configure"
#include "confdefs.h"
#include <curses.h>





reply via email to

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