[pacman-dev] pacman.static error
Hi! I simply do "./configure --prefix && make" and I get the following error: '/usr/bin/ld: attempted static link of dynamic object `../../lib/libalpm/.libs/libalpm.so' ngaba PS.: Why is pacman.static included in the arch package?
On 6/2/07, Nagy Gabor <ngaba@petra.hos.u-szeged.hu> wrote:
PS.: Why is pacman.static included in the arch package?
You don't know how many times it saved me in a broken system... something that's not easy to do even with an installation cd =D bardo
On 6/2/07, Nagy Gabor <ngaba@petra.hos.u-szeged.hu> wrote:
Hi!
I simply do "./configure --prefix && make" and I get the following error: '/usr/bin/ld: attempted static link of dynamic object `../../lib/libalpm/.libs/libalpm.so'
Hmm, I've never had any problems configuring and making the static binary as well.
PS.: Why is pacman.static included in the arch package?
As bardo already stated, it is a good lifesaver when you screw something else on your system. If one were to "pacman -R libdownload libarchive", pacman.static would come to your rescue.
Hmm, I've never had any problems configuring and making the static binary as well. Unfortunately I have:-( Maybe because of old gcc/glibc version?: glibc 2.4-4 gcc 4.1.2-3 Unfortunately I cannot update them because of a glibc2.5/ALSA bug. ngaba
Hi! Oh, sry. This was my fault, because I ran first ./configure with --disable-static, and I realized that this is not an option any more. So I reran ./configure without that option and forgot to do make clean. So everything is correct now, however that switch causes a bug... Bye, ngaba
participants (3)
-
bardo
-
Dan McGee
-
Nagy Gabor