Re: C compiler cannot create executables

2008-07-23 Thread Greg Bonett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steven ** wrote: > You should be able to install libc6-dev through opkg. I'm pretty sure I > did... > > -Steven > Well if it wasn't there earlier (I swear I tried to install it) its there now. 'opkg install libc6-dev' fixed my "compiler cannot

Re: C compiler cannot create executables

2008-07-21 Thread Steven **
You should be able to install libc6-dev through opkg. I'm pretty sure I did... -Steven On Sun, Jul 20, 2008 at 10:03 AM, Greg Bonett <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > arne anka wrote: > |> /bin/ld: crt1.o: No such file: No such file or directory

Re: C compiler cannot create executables

2008-07-20 Thread Greg Bonett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 arne anka wrote: |> /bin/ld: crt1.o: No such file: No such file or directory | | well, google's your friend: | http://www.anoan.com/wp/?page_id=36 | | in short: seems libc6-dev(el or whatever development packages are called | in your distro) is mis

Re: C compiler cannot create executables

2008-07-20 Thread arne anka
> /bin/ld: crt1.o: No such file: No such file or directory well, google's your friend: http://www.anoan.com/wp/?page_id=36 in short: seems libc6-dev(el or whatever development packages are called in your distro) is missing. ___ support mailing list s

Re: C compiler cannot create executables

2008-07-19 Thread Greg Bonett
t; | #define PACKAGE_BUGREPORT "" | #define PACKAGE "twinkle" | #define VERSION "1.2" | #define VERSION_DATE "March 9 2008" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3014: error: C compiler cannot create executables Se

Re: C compiler cannot create executables

2008-07-19 Thread Steven **
try to compile software on > the Fr: > > > checking whether make sets $(MAKE)... no > checking for gcc... gcc > checking for C compiler default output file name... configure: error: C > compiler cannot create executables > See `config.log' for more details. &

Re: C compiler cannot create executables

2008-07-19 Thread arne anka
> See `config.log' for more details. do so (though the script could easily put out the whole path to make it easier to find the file). probably a library missing. i get that with two packages which try -lcposix and -lpostproc respectively. can't find those libs anywhwere, neither source nor bina

C compiler cannot create executables

2008-07-19 Thread Greg Bonett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey I'm getting the following error when I try to compile software on the Fr: checking whether make sets $(MAKE)... no checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot c