Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: jjreina on October 28, 2011, 03:02:16 AM
-
Hi all, i´m trying to install classpath 0.98 on TC 4.0.2 but when I typing ./configure show:
checking build system type... Invalid configuration `i586-pc-linux-': machine `i586-pc-linux' not recognized
configure: error: /bin/sh ./config.sub i586-pc-linux- failed
I've also tested > ./configure CC="gcc -arch i586" and same error.
Any suggestions?
Thanks
-
i tried
./configure --host=i586-pc-linux-gnu --build=i586-pc-linux-gnu --target=i586-pc-linux-gnu
ans show
checking build system type... i586-pc-linux-gnu
checking host system type... i586-pc-linux-gnu
checking target system type... i586-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... no
checking how to create a ustar tar archive... plaintar
checking for style of include used by make... none
checking for i586-pc-linux-gnu-gcc... no
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: in `/mnt/sda1/tce/optional/classPath/classpath-0.98':
configure: error: C compiler cannot create executables
See `config.log' for more details.
Thanks
-
Is there a particular reason for wanting to use "i586-pc-linux-gnu"?
Otherwise, if you leave this blank, things should work
Edit: and do you have compiletc loaded?
-
If I leave this blank, only ./configure show:
checking build system type... Invalid configuration `i586-pc-linux-': machine `i586-pc-linux' not recognized
configure: error: /bin/sh ./config.sub i586-pc-linux- failed
Thx
-
I have intalled make and gawt extension and naw show:
checking build system type... i586-pc-linux-gnu
checking host system type... i586-pc-linux-gnu
checking target system type... i586-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... plaintar
checking for style of include used by make... GNU
checking for i586-pc-linux-gnu-gcc... no
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: in `/mnt/sda1/tce/optional/classPath/classpath-0.98':
configure: error: C compiler cannot create executables
See `config.log' for more details.
Thx
-
If you had to install make and gawk separately, this means you didn't load compiletc - try loading compiletc
-
Thx Juanito, copiletc not install correct, now work fine only ./configure
-
Sorry, one more question
Now i get this error
configure: error: GTK+ peers requested but no X library available
How can i fix it?
Thanks
-
load gtk2-dev and/or Xorg-7.6-dev
-
Thanks, i only had intalled gtk1.tcz.
Thx.
-
If you want to compile against gtk1, then you need gtk1-dev..
-
Hi all, How can i fix?
Library requirements (gconf-2.0 >= 2.6.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable i f your libraries are in a nonstandard prefix so pkg-config can find them
Thanks you very much
-
Solved, i have installed GConf-dev
Thx
But naw error is
checking for mozilla-plugin... checking for firefox-plugin firefox-xpcom... checking for xulrunner-plugin xulrunner-xpcom... checking for mozilla-firefox-plugin mozilla-firefox-xpcom... checking for seamonkey-plugin seamonkey-xpcom... checking for iceape-plugin iceape-xpcom... configure: error: Couldn't find plugin support headers and libraries, try --disable-plugin
what realicion between classpath and firefox?
Thx Solved with
./configure --disable-plugin
thx
Thx