Search Criteria
Package Details: lib32-tk 8.6.9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-tk.git (read-only, click to copy) |
---|---|
Package Base: | lib32-tk |
Description: | A windowing toolkit for use with tcl |
Upstream URL: | http://tcl.sourceforge.net/ |
Licenses: | custom |
Submitter: | yuyichao |
Maintainer: | dude |
Last Packager: | GordonGR |
Votes: | 30 |
Popularity: | 0.000000 |
First Submitted: | 2014-10-23 18:04 (UTC) |
Last Updated: | 2018-11-18 14:51 (UTC) |
Dependencies (4)
Required by (5)
- lib32-python (make)
- lib32-python (optional)
- lib32-python2 (make)
- lib32-python2 (optional)
- lib32-tkimg
Latest Comments
caffeine93 commented on 2022-02-20 17:17 (UTC) (edited on 2022-02-20 17:20 (UTC) by caffeine93)
for everyone having the problem with missing 'libtclstub8.6.a', the issue is that the linker is looking for ELF32 file, while your file in /usr/lib/libtclstub8.6.a is a ELF64. So, what you have to do is download tcl source and crosscompile it for (i686) 32bit:
Get the (desired version) tlc source from: https://sourceforge.net/projects/tcl/files/Tcl/
Untar the source and go to unix/ subdir, from there run autoconf command for 32bit target build: ./configure --build=i686-pc-linux-gnu CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32
Start the compilation with: make
Once done, you will see 'libtclstub8.6.a' inside the directory, you can verify that it's indeed ELF32 using the command (check ELF header class): readelf -a -W libtclstub8.6.a | less
Copy the 'libtclstub8.6.a' to /usr/lib32/
You can now re-run makepkg inside your lib32-tk dir and it will compile and link without an issue
fpfrimer commented on 2022-02-09 14:18 (UTC) (edited on 2022-02-09 14:19 (UTC) by fpfrimer)
Hi! I'm having following error when I try to build lib32-tk 8.6.9-1 (translated from brazilian portuguese):
I rebuided all dependencies and have base-devel installed
GordonGR commented on 2019-01-12 15:11 (UTC)
It builds fine here. I recommend you rebuild all your dependencies and make sure you have the base-devel installed.
vidar commented on 2019-01-09 17:00 (UTC)
I'm having following error when I try to build lib32-tk 8.6.9-1:
gcc: error: 8.6": No such file or directory gcc: error: attribute((visibility("hidden"))): No such file or directory gcc: error: long: No such file or directory make: *** [Makefile:1161: tkStubLib.o] Error 1
Error occurs right after make has finished checking prerequisites and gcc starts building.
My system is up-to-date
aaronp commented on 2016-08-23 04:13 (UTC)
GordonGR commented on 2016-08-22 17:01 (UTC)
Maverick commented on 2016-08-22 13:21 (UTC) (edited on 2016-08-22 13:56 (UTC) by Maverick)
GordonGR commented on 2016-08-21 12:49 (UTC)
prMoriarty commented on 2016-08-20 20:07 (UTC)
GordonGR commented on 2016-05-22 16:17 (UTC)
Tom_G commented on 2016-05-22 11:10 (UTC)
rafaelff commented on 2016-03-20 19:07 (UTC)
GordonGR commented on 2016-03-20 15:59 (UTC)
rafaelff commented on 2016-03-17 18:24 (UTC)
GordonGR commented on 2016-03-13 15:49 (UTC)
GordonGR commented on 2016-03-07 11:15 (UTC)
johnelros commented on 2016-03-06 18:26 (UTC)
GordonGR commented on 2016-03-06 14:57 (UTC)
johnelros commented on 2016-03-06 05:53 (UTC) (edited on 2016-03-06 06:23 (UTC) by johnelros)
GordonGR commented on 2016-03-05 19:09 (UTC)
johnelros commented on 2016-03-05 18:01 (UTC) (edited on 2016-03-06 05:53 (UTC) by johnelros)
GordonGR commented on 2015-11-01 12:51 (UTC)
markzz commented on 2015-11-01 02:22 (UTC)
GordonGR commented on 2015-10-31 12:30 (UTC)
markzz commented on 2015-10-30 22:08 (UTC)
JonnyJD commented on 2015-06-30 09:08 (UTC)