LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   slack64 : can't compile thunar-archive-plugin (https://www.linuxquestions.org/questions/slackware-14/slack64-cant-compile-thunar-archive-plugin-751877/)

wingevil 09-01-2009 02:35 PM

slack64 : can't compile thunar-archive-plugin
 
I have slack64 installed, multilib-enabled

I tried to compile thunar-archive-plugin from SlackBuils.org. The SlackBuild-script ended with this message

Code:

checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

But I don't have a config.log about this compile-task and I don't know why the script stops here with an error.

How can this problem be solved?

slackass 09-01-2009 03:58 PM

Robby's got it.
http://slackware.org.uk/3rd-party/rl...n/13.0/x86_64/

zuzoa 09-01-2009 04:06 PM

I also have gotten a similar error just after installing Slackware64 13.0. I was trying to compile the openbox slackbuild and I got the error:

Code:

configure: error: C compiler cannot create executables
See `config.log' for more details.

So I did find / -name config.log, and found it at /tmp/SBo/openbox-3.4.7.2/config.log, and I read it and saw:

Code:

configure:3188: gcc -O2 -march=i486 -mtune=i686  conftest.c  >&5
conftest.c:1: error: CPU you selected does not support x86-64 instruction set

So I suppose every slackbuild I download is going to need a file modification beforehand to specify x86-64 instead of i486/i686?

rworkman 09-01-2009 04:11 PM

I suppose you'll have to read the FAQ: http://slackbuilds.org/faq/#x86_64

hoodooman 09-01-2009 04:13 PM

thunar-archive plugin
 
I have installed the thunar-archive plugin on Slackware 13 64 with no problems.Im not using 32 bit libs tho.Do you have the latest sbopkg 0.30.1?I read that it detects your arch and then builds accordingly.Cheers.

zuzoa 09-01-2009 04:16 PM

Thanks so much, rworkman! I feel like a total ditz for not even checking there first. :)

wingevil 09-03-2009 01:40 PM

Quote:

Originally Posted by rworkman (Post 3665944)
I suppose you'll have to read the FAQ: http://slackbuilds.org/faq/#x86_64

Your'e right! I'm blind! Sorry! :redface:

all is working well.

thanks, man!


All times are GMT -5. The time now is 10:48 PM.