Initial files
This commit is contained in:
commit
2c61b6ba6c
62 changed files with 14808 additions and 0 deletions
41
config.log
Normal file
41
config.log
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
configure:562: checking for a BSD compatible install
|
||||
configure:615: checking whether build environment is sane
|
||||
configure:672: checking whether make sets ${MAKE}
|
||||
configure:718: checking for working aclocal
|
||||
configure:731: checking for working autoconf
|
||||
configure:744: checking for working automake
|
||||
configure:757: checking for working autoheader
|
||||
configure:770: checking for working makeinfo
|
||||
configure:789: checking for gcc
|
||||
configure:902: checking whether the C compiler (gcc ) works
|
||||
configure:918: gcc -o conftest conftest.c 1>&5
|
||||
configure:915:1: warning: return type defaults to 'int' [-Wimplicit-int]
|
||||
main(){return(0);}
|
||||
^~~~
|
||||
configure:944: checking whether the C compiler (gcc ) is a cross-compiler
|
||||
configure:949: checking whether we are using GNU C
|
||||
configure:958: gcc -E conftest.c
|
||||
configure:977: checking whether gcc accepts -g
|
||||
configure:1010: checking for newtInit in -lnewt
|
||||
configure:1029: gcc -o conftest -g -O2 conftest.c -lnewt 1>&5
|
||||
configure:1061: checking for uuid_generate in -luuid
|
||||
configure:1080: gcc -o conftest -g -O2 conftest.c -luuid -lnewt 1>&5
|
||||
configure:1112: checking for ped_init in -lparted
|
||||
configure:1131: gcc -o conftest -g -O2 conftest.c -lparted -luuid -lnewt 1>&5
|
||||
/home/linuxbrew/.linuxbrew/bin/ld: /tmp/cc00UG3u.o: in function `main':
|
||||
/home/joachim/nparted-0.1/configure:1127: undefined reference to `ped_init'
|
||||
collect2: error: ld returned 1 exit status
|
||||
configure: failed program was:
|
||||
#line 1120 "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 ped_init();
|
||||
|
||||
int main() {
|
||||
ped_init()
|
||||
; return 0; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue