Package Details: lib32-libstdc++5 3.3.6-8

Git Clone URL: https://aur.archlinux.org/lib32-libstdc++5.git (read-only, click to copy)
Package Base: lib32-libstdc++5
Description: Legacy GNU Standard C++ library version 3 (32 bit)
Upstream URL: http://gcc.gnu.org
Licenses: GPL, LGPL
Submitter: arojas
Maintainer: severach
Last Packager: severach
Votes: 20
Popularity: 0.017048
First Submitted: 2018-11-28 21:45 (UTC)
Last Updated: 2021-10-05 17:37 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

severach commented on 2019-01-14 16:29 (UTC)

I fixed the shell. Try it now.

BrianAllred commented on 2019-01-14 05:00 (UTC) (edited on 2019-01-14 05:06 (UTC) by BrianAllred)

I did a clean git clone of the PKGBUILD and ran makepkg -sr. After a few seconds of compiling, I end up with

make TARGETS=oneprocess SHELL="/usr/bin/fish" CC="gcc" CFLAGS=" -march=i686 -m32 -O2 -pipe -DIN_GCC -W -Wwrite-strings -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE" LDFLAGS="" LIBERTY="/home/brian/Documents/lib32-libstdc++5/src/gcc-build/gcc/../libiberty/libiberty.a" install-bin

make[2]: Entering directory '/home/brian/Documents/lib32-libstdc++5/src/gcc-build/gcc/fixinc'

/usr/bin/fish ../../../gcc-3.3.6/gcc/fixinc/genfixes machname.h

mv tmp-libgcc.mk libgcc.mk

../../../gcc-3.3.6/gcc/fixinc/genfixes (line 31): 'case' builtin not inside of switch block

case "$1" in

^

<W> fish: Error while reading file ../../../gcc-3.3.6/gcc/fixinc/genfixes

make[2]: *** [Makefile:111: machname.h] Error 127

make[2]: Leaving directory '/home/brian/Documents/lib32-libstdc++5/src/gcc-build/gcc/fixinc'

make[1]: *** [Makefile:2727: fixinc.sh] Error 2

make[1]: *** Waiting for unfinished jobs....

make[1]: Leaving directory '/home/brian/Documents/lib32-libstdc++5/src/gcc-build/gcc'

make: *** [Makefile:1546: all-gcc] Error 2

/usr/bin/makepkg: line 342: logpipe: unbound variable

severach commented on 2019-01-14 00:50 (UTC)

Pull down a new PKGBUILD. I've already fixed all the problems.

BrianAllred commented on 2019-01-13 23:45 (UTC)

@severach

Where you you put those arguments? When I edit the PKGBUILD and add them to the CFLAGS and CXXFLAGS, I get errors about not recognizing them.

stramaz commented on 2019-01-09 08:45 (UTC)

thank you very much, now it works! :)

severach commented on 2019-01-09 02:27 (UTC)

Seems to work with snx. Tried gcc-49, didn't help. -m32 was needed but the big fix was -Wa,--32.

stramaz commented on 2019-01-08 16:49 (UTC)

Any updates? I still have errors as described below.. I'm stuck with other application installations with this dependency (like snx). Can somebody help us? Thanks

lenovolobo933 commented on 2018-12-26 07:32 (UTC)

i'm experiencing the same error..found this on the net:

Add -m32 to the gcc compilation line to create a 32 bit executable

how to go about implementing? thanks

alium commented on 2018-12-11 10:07 (UTC)

yes not working, and will working no more.. too old

pkoretic commented on 2018-12-11 08:20 (UTC)

not working, even with older/newer gcc, build configuration issue as mentioned below