[±¤°í] 5ºÐ¸¸¿¡ °ú¿Ü ¼±»ý´Ô ±¸Çϱâ!!!

2002-03-03 Thread ³ªÀ̽º°¡À̵å
Title: Untitled Document 본메일은 정통부 권고사항에 의거 제목에 [광고] 라고 표기된 메일입니다. 본메일은 발신전용 메일입니다 이메일은 일회성 메일이며 재발송되지 않습니다. 귀하의 메일주소는 웹서핑중에 알게된 것이며, 이메일 주소외에 다른 정보는 가지고 있지 않습니다. 원치 않으시면 수신거부를 눌러주세요

Sun's J2SDK 1.4.0

2002-03-03 Thread Egon Willighagen
Hi all, to get J2SDK for linux running on my machine, i had to make a symbolic link: /usr/lib# ln -s libstdc++-libc6.1-2.so.3 libstdc++-libc6.1-1.so.2 Is there a more elegant way? regards, Egon

Re: Sun's J2SDK 1.4.0

2002-03-03 Thread Stefan Gybas
Egon Willighagen wrote: /usr/lib# ln -s libstdc++-libc6.1-2.so.3 libstdc++-libc6.1-1.so.2 Is there a more elegant way? Yes, install the libstdc++2.9-glibc2.1 package. -- Stefan Gybas

Re: Sun's J2SDK 1.4.0

2002-03-03 Thread Oliver Epper
Hi :) There is an older package of the libstdc++ available in woody that works fine for the j2sdk1.4 final. But if the newer version of that library works I think that your setup is even more elegant... On Sun, 3 Mar 2002 11:20:13 +0100, Egon Willighagen wrote: > >Hi all, > >to get J2SDK for lin

Sun's J2SDK 1.4.0

2002-03-03 Thread Egon Willighagen
Hi all, to get J2SDK for linux running on my machine, i had to make a symbolic link: /usr/lib# ln -s libstdc++-libc6.1-2.so.3 libstdc++-libc6.1-1.so.2 Is there a more elegant way? regards, Egon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Re: Sun's J2SDK 1.4.0

2002-03-03 Thread Stefan Gybas
Egon Willighagen wrote: > /usr/lib# ln -s libstdc++-libc6.1-2.so.3 libstdc++-libc6.1-1.so.2 > > Is there a more elegant way? Yes, install the libstdc++2.9-glibc2.1 package. -- Stefan Gybas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAI

Re: Sun's J2SDK 1.4.0

2002-03-03 Thread Oliver Epper
Hi :) There is an older package of the libstdc++ available in woody that works fine for the j2sdk1.4 final. But if the newer version of that library works I think that your setup is even more elegant... On Sun, 3 Mar 2002 11:20:13 +0100, Egon Willighagen wrote: > >Hi all, > >to get J2SDK for li