Package Details: lib32-tk 8.6.14-1

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: None
Last Packager: sbmomeni
Votes: 30
Popularity: 0.000003
First Submitted: 2014-10-23 18:04 (UTC)
Last Updated: 2024-03-22 06:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Maverick commented on 2016-08-22 13:21 (UTC) (edited on 2016-08-22 13:56 (UTC) by Maverick)

Having the same problem here as prMoriarty (fresh arch installation, installing via yaourt).

GordonGR commented on 2016-08-21 12:49 (UTC)

It builds perfectly fine here, using /usr/lib/libtclstub8.6.a, and the result is 32bits as it should. I don't understand.

prMoriarty commented on 2016-08-20 20:07 (UTC)

/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../libtclstub8.6.a when searching for -ltclstub8.6 /usr/bin/ld: skipping incompatible /usr/lib/libtclstub8.6.a when searching for -ltclstub8.6 cannot find -ltclstub

GordonGR commented on 2016-05-22 16:17 (UTC)

Fixed. Thank you.

Tom_G commented on 2016-05-22 11:10 (UTC)

I had the same build problem as johnelros. It is caused by the LDFLAGS parameter and can be seen in the error line below. Adding a space before the -L fixed it for me. /usr/bin/ld: invalid hash style `gnu-L/usr/lib32' diff --git a/PKGBUILD b/PKGBUILD index d85e1c0..66d6289 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -19,7 +19,7 @@ cd tk${pkgver}/unix export CC='gcc -m32' export CXX='g++ -m32' export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" -export LDFLAGS+='-L/usr/lib32' +export LDFLAGS+=' -L/usr/lib32' ./configure --prefix=/usr --mandir=/usr/share/man \ --enable-threads --disable-rpath \ --libdir=/usr/lib32 \

rafaelff commented on 2016-03-20 19:07 (UTC)

No problem at all, this things happens. Thanks for fixing it.

GordonGR commented on 2016-03-20 15:59 (UTC)

Hmm, I realise I omitted the lib32-tcl dependency, which does contain /usr/lib32/itcl4.0.4/itclConfig.sh and /usr/lib32/tclConfig.sh. I added it. Sorry, people. See what happens now; it should build!

rafaelff commented on 2016-03-17 18:24 (UTC)

The ./configure step fails with the following error message: checking for Tcl configuration... configure: error: /usr/lib32/ directory doesn't contain tclConfig.sh

GordonGR commented on 2016-03-13 15:49 (UTC)

migrev, thank you for informing me that the package is out of date. However, I am not going to update before [extra] does. In the meantime, I have removed the lib32-tcl=${pkgver} dependency.

GordonGR commented on 2016-03-07 11:15 (UTC)

Well, in this case I have no idea. Perhaps you could ask at the forums.