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

johnelros commented on 2016-03-06 18:26 (UTC)

All these packages are present in my system. tk was configured and built: $ ls ~/abs/tk/ pkg PKGBUILD src tk-8.6.4-1-x86_64.pkg.tar.xz tk8.6.4-src.tar.gz

GordonGR commented on 2016-03-06 14:57 (UTC)

Okay then, let's take it from the start: Do you miss any of following? (We'll find out why later.) lib32-libx11 lib32-glibc lib32-fontconfig lib32-libxrender lib32-expat lib32-libxcb lib32-libxext lib32-zlib lib32-libpng lib32-harfbuzz lib32-libxau lib32-libxdmcp lib32-glib2 lib32-pcre Also, please try to get extra/tk from ABS and build it, see if that builds properly.

johnelros commented on 2016-03-06 05:53 (UTC) (edited on 2016-03-06 06:23 (UTC) by johnelros)

Yes, I've got. And lib32-tcl was built successfully.

GordonGR commented on 2016-03-05 19:09 (UTC)

All good here. Have you got multilib/gcc-multilib installed (generally, the multilib-devel group)?

johnelros commented on 2016-03-05 18:01 (UTC) (edited on 2016-03-06 05:53 (UTC) by johnelros)

Unable to configure: checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. in config.log was: ... configure:2021: gcc -m32 -V </dev/null >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. ... /usr/bin/ld: invalid hash style `gnu-L/usr/lib32' collect2: error: ld returned 1 exit status configure:2053: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "tk" | #define PACKAGE_TARNAME "tk" | #define PACKAGE_VERSION "8.6" | #define PACKAGE_STRING "tk 8.6" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2092: error: C compiler cannot create executables ... Are there missing dependencies?

GordonGR commented on 2015-11-01 12:51 (UTC)

Cool.

markzz commented on 2015-11-01 02:22 (UTC)

I was using lib32-tcl from alucryd's multilib repository and it doesn't work when building this. Building the AUR's PKGBUILD of lib32-tcl and then building this one works fine.

GordonGR commented on 2015-10-31 12:30 (UTC)

If builds perfectly well here. Are you sure your lib32-tcl is up to date?

markzz commented on 2015-10-30 22:08 (UTC)

This package doesn't build. /usr/bin/ld: skipping incompatible /usr/lib64/libtclstub8.6.a when searching for -ltclstub8.6 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../libtclstub8.6.a when searching for -ltclstub8.6 /usr/bin/ld: skipping incompatible /usr/lib/libtclstub8.6.a when searching for -ltclstub8.6 /usr/bin/ld: cannot find -ltclstub8.6

JonnyJD commented on 2015-06-30 09:08 (UTC)

export LDFLAGS+='-L/usr/lib32' must be export LDFLAGS+=' -L/usr/lib32' (note the additional space) Otherwise configure complains that no executable can be created when LDFLAGS is pre-set.