You are not logged in.

#1 2013-01-27 21:10:28

rosslagerwall
Member
Registered: 2013-01-27
Posts: 14

[Solved] Change in linking after gcc upgrade

After the glibc/filesystem/gcc upgrade this morning, I noticed that when linking a program, it now links it with /lib64/ld-linux-x86-64.so.2 rather than /lib/ld-linux-x86-64.so.2

Is this what is supposed to happen?
I'm not having any problems, I'm just checking that it is working properly.

listener:
	linux-vdso.so.1 (0x00007fff6e9ff000)
	libc.so.6 => /usr/lib/libc.so.6 (0x00007f28a28b4000)
	/lib/ld-linux-x86-64.so.2 (0x00007f28a2c61000)
listener2:
	linux-vdso.so.1 (0x00007fff94710000)
	libc.so.6 => /usr/lib/libc.so.6 (0x00007fbbede83000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fbbee230000)

Last edited by rosslagerwall (2013-01-28 08:00:21)

Offline

#2 2013-01-27 21:56:50

Leonid.I
Member
From: Aethyr
Registered: 2009-03-22
Posts: 999

Re: [Solved] Change in linking after gcc upgrade

Yes, I think so. See the commit log: https://projects.archlinux.org/svntogit … ages/glibc


Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd

Offline

#3 2013-01-27 23:19:09

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,365
Website

Re: [Solved] Change in linking after gcc upgrade

Offline

#4 2013-01-28 08:00:09

rosslagerwall
Member
Registered: 2013-01-27
Posts: 14

Re: [Solved] Change in linking after gcc upgrade

Right, thanks.

Offline

Board footer

Powered by FluxBB