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

Re: gcc bash



witam
ok to na poczatek najprostsza rzecz ktorej mi sie nie udaje zrobic:
zdordla basha, plik configurujacy:
   myhost:/home/olo/kopie/bash-2.05a.orig# ./configure
   checking build system type... i586-pc-linux-gnu
   checking host system type... i586-pc-linux-gnu

   Beginning configuration for bash-2.05a for i586-pc-linux-gnu

   checking for gcc... gcc
   checking for C compiler default output...
   checking whether the C compiler works... configure: error: cannot run C   compiled programs.
   If you meant to cross compile, use `--host'.
nie mam pojecia o co mu chodzi :) moze o to ze bash juz jest?

Natepna sprawa, przykladowo chce skompilowac polecenia cut za zrodel basha:
cc -o ~/cut ~/bash/cut.c
/home/mac/bash/examples/loadables/cut.c:47: config.h: No such file or directory
/home/mac/bash/examples/loadables/cut.c:53: bashansi.h: No such file or director
y
/home/mac/bash/examples/loadables/cut.c:63: builtins.h: No such file or director
y
/home/mac/bash/examples/loadables/cut.c:64: shell.h: No such file or directory
/home/mac/bash/examples/loadables/cut.c:65: bashgetopt.h: No such file or direct
ory
tak jest kilka razy dopuki nie przekopiuje wszystkich potrzebnych bibliotek do jednego katalogu w ktorym mam cut.c (cut.c z katalogu /bash-2.05a.orig/examples/loadables/ )

Kolejne komunikaty sa w stylu:
~/stdc.h:42: warning: `__STRING' redefined
/usr/include/sys/cdefs.h:71: warning: this is the location of the previous definition

Tu juz nie mam kompletnie pomyslu czy mam edytowac poszczegolne biblioteki celem nie redefiniowania poszczegolnych zmiennych? Help :)

pozdro oli



Reply to: