Gentoo Archives: gentoo-alt

From: Al <oss.elmar@××××××××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] zlib: empty SHAREDLIBV
Date: Wed, 01 Sep 2010 10:08:48
Message-Id: AANLkTikXMtAZSiOCbYbrroY6sQQNpmZuXVQLtPuggODo@mail.gmail.com
In Reply to: Re: [gentoo-alt] zlib: empty SHAREDLIBV by Al
1 Now the solution for the archives:
2
3 Symptom: Installation fails
4
5 cp /home/prefix/gentoo/var/tmp/portage/sys-libs/zlib-1.2.5-r2/image//home/prefix/gentoo/usr/lib
6 cp: missing destination file operand after
7 `/home/prefix/gentoo/var/tmp/portage/sys-libs/zlib-1.2.5-r2/image//home/prefix/gentoo/usr/lib'
8
9 Reason: "configure" line 123: No LDSHARED is set for Cygwin.
10
11 Workaround: Copy that line from linux.
12
13 LDSHARED=${LDSHARED-"$cc -shared
14 -Wl,-soname,libz.so.1,--version-script,zlib.map"}
15
16 Hope that works also with emerge. Seems I have to create a patch here.
17
18 Al