* alsa-lib-0.9.0rc4
@ 2002-10-22 22:35 Wolfgang Teichmann
2002-10-23 7:42 ` alsa-lib-0.9.0rc4 Jaroslav Kysela
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Teichmann @ 2002-10-22 22:35 UTC (permalink / raw)
To: alsa-devel
[-- Attachment #1: Type: text/plain, Size: 1383 bytes --]
Hallo,
I have problems to compile alsa-lib-0.9.0rc4 (RedHat 8.0)
make[2]: Wechsel in das Verzeichnis Verzeichnis
/mnt/archiv/AAA/SOUND/ALSA/stable/alsa-lib-0.9.0rc4/src
/bin/sh ../libtool --mode=link gcc -g -O2 -Wl,--version-script=Versions
-o libasound.la -rpath /usr/lib -version-info 2:0:0 conf.lo confmisc.lo
input.lo output.lo async.lo error.lo dlmisc.lo control/libcontrol.la
mixer/libmixer.la pcm/libpcm.la
rawmidi/librawmidi.la timer/libtimer.la hwdep/libhwdep.la
seq/libseq.la instr/libinstr.la compat/libcompat.la -lm
-ldl -lpthread
rm -fr .libs/libasound.la .libs/libasound.* .libs/libasound.*
gcc -shared conf.lo confmisc.lo input.lo output.lo async.lo error.lo
dlmisc.lo -Wl,--whole-archive control/.libs/libcontrol.al
mixer/.libs/libmixer.al pcm/.libs/libpcm.al rawmidi/.libs/librawmidi.al
timer/.libs/libtimer.al hwdep/.libs/libhwdep.al seq/.libs/libseq.al
instr/.libs/libinstr.al compat/.libs/libcompat.al
-Wl,--no-whole-archive -lm -ldl -lpthread -lc -Wl,-soname
-Wl,libasound.so.2 -o .libs/libasound.so.2.0.0
/usr/bin/ld: .libs/libasound.so.2.0.0: undefined versioned symbol name
snd_pcm_hw_params_get_rate_min@ALSA_0.9.0rc4
/usr/bin/ld: failed to set dynamic section sizes: Bad value
collect2: ld returned 1 exit status
make[2]: *** [libasound.la] Fehler 1
Any idea?
-Wolfgang
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3273 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: alsa-lib-0.9.0rc4
2002-10-22 22:35 alsa-lib-0.9.0rc4 Wolfgang Teichmann
@ 2002-10-23 7:42 ` Jaroslav Kysela
2002-10-23 10:19 ` alsa-lib-0.9.0rc4 m
0 siblings, 1 reply; 3+ messages in thread
From: Jaroslav Kysela @ 2002-10-23 7:42 UTC (permalink / raw)
To: Wolfgang Teichmann; +Cc: alsa-devel@lists.sourceforge.net
On Wed, 23 Oct 2002, Wolfgang Teichmann wrote:
> Hallo,
>
> I have problems to compile alsa-lib-0.9.0rc4 (RedHat 8.0)
>
>
> make[2]: Wechsel in das Verzeichnis Verzeichnis
> /mnt/archiv/AAA/SOUND/ALSA/stable/alsa-lib-0.9.0rc4/src
> /bin/sh ../libtool --mode=link gcc -g -O2 -Wl,--version-script=Versions
> -o libasound.la -rpath /usr/lib -version-info 2:0:0 conf.lo confmisc.lo
> input.lo output.lo async.lo error.lo dlmisc.lo control/libcontrol.la
> mixer/libmixer.la pcm/libpcm.la
> rawmidi/librawmidi.la timer/libtimer.la hwdep/libhwdep.la
> seq/libseq.la instr/libinstr.la compat/libcompat.la -lm
> -ldl -lpthread
> rm -fr .libs/libasound.la .libs/libasound.* .libs/libasound.*
> gcc -shared conf.lo confmisc.lo input.lo output.lo async.lo error.lo
> dlmisc.lo -Wl,--whole-archive control/.libs/libcontrol.al
> mixer/.libs/libmixer.al pcm/.libs/libpcm.al rawmidi/.libs/librawmidi.al
> timer/.libs/libtimer.al hwdep/.libs/libhwdep.al seq/.libs/libseq.al
> instr/.libs/libinstr.al compat/.libs/libcompat.al
> -Wl,--no-whole-archive -lm -ldl -lpthread -lc -Wl,-soname
> -Wl,libasound.so.2 -o .libs/libasound.so.2.0.0
> /usr/bin/ld: .libs/libasound.so.2.0.0: undefined versioned symbol name
> snd_pcm_hw_params_get_rate_min@ALSA_0.9.0rc4
Seems like that something is broken, but we need to figure what. Anyway,
you can build library with './configure --with-versioned=no'. It should
work for all binutils, but it's not a very nice solution.
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project http://www.alsa-project.org
SuSE Linux http://www.suse.com
-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: alsa-lib-0.9.0rc4
2002-10-23 7:42 ` alsa-lib-0.9.0rc4 Jaroslav Kysela
@ 2002-10-23 10:19 ` m
0 siblings, 0 replies; 3+ messages in thread
From: m @ 2002-10-23 10:19 UTC (permalink / raw)
To: alsa-devel
> Seems like that something is broken, but we need to figure what. Anyway,
> you can build library with './configure --with-versioned=no'. It should
> work for all binutils, but it's not a very nice solution.
yes, this worked fine for me - everythings compiled smoothly now :)
thanks
m
--
iriXx
www.iriXx.org
copyleft: creativity, technology and freedom?
info@copyleftmedia.org.uk
www.copyleftmedia.org.uk
_
( ) ascii ribbon against html email
X
/ \ cat /dev/sda1 > /dev/dsp
*** stopping make sense ***
-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-10-23 10:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-22 22:35 alsa-lib-0.9.0rc4 Wolfgang Teichmann
2002-10-23 7:42 ` alsa-lib-0.9.0rc4 Jaroslav Kysela
2002-10-23 10:19 ` alsa-lib-0.9.0rc4 m
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.