* [gentoo-user-pl] Problem z kompilacją (__alloca__)
@ 2005-08-09 16:05 Stilgar the Fremen
2005-08-09 20:13 ` capsel
0 siblings, 1 reply; 15+ messages in thread
From: Stilgar the Fremen @ 2005-08-09 16:05 UTC (permalink / raw
To: gentoo-user-pl
Witam.
Ostatnio mam wiele problemow z kompilacja programow (nawet kde nie
chcialo sie do konca skomplikowac) wszystkie komunikaty sa podobne i
wygladaja mniej wiecej tak
--cytat--
>>> md5 files ;-) files/gcc-config-1.3.12
>>> md5 files ;-) files/digest-gcc-config-1.3.12
>>> Unpacking source...
>>> Source unpacked.
/var/tmp/portage/gcc-config-1.3.12-r2/temp/ccA4h1UN.o: In function `main':
wrapper-1.4.7.c:(.text+0xa9a): undefined reference to `__alloca__'
collect2: ld returned 1 exit status
!!! ERROR: sys-devel/gcc-config-1.3.12-r2 failed.
!!! Function src_compile, Line 25, Exitcode 1
!!! compile wrapper
!!! If you need support, post the topmost build error, NOT this status
message.
--koniec--
czasem to sie dzieje zaraz na poczatku, czasem pod koniec, ale zawsze
jest tekst "undefined reference to `__alloca__'"
z góry dzieki za pomoc
Stilgar
--
Tylko w sierpniu Avanti także w wersji MINI - z łatwością zmieści się w torebce!
http://www.avantimoda.pl
--
gentoo-user-pl@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user-pl] Problem z kompilacją (__alloca__)
2005-08-09 16:05 [gentoo-user-pl] Problem z kompilacją (__alloca__) Stilgar the Fremen
@ 2005-08-09 20:13 ` capsel
2005-08-10 10:14 ` [gentoo-user-pl] Problem z kompilacj± (__alloca__) Stilgar the Fremen
0 siblings, 1 reply; 15+ messages in thread
From: capsel @ 2005-08-09 20:13 UTC (permalink / raw
To: gentoo-user-pl
wedlug mnie to podkrecony procesor masz za bardzo, albo ram padniety
albo cos innego ze sprzetem, kolega mial podobne i obie te rzeczy mial :)
--
gentoo-user-pl@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user-pl] Problem z kompilacj± (__alloca__)
2005-08-09 20:13 ` capsel
@ 2005-08-10 10:14 ` Stilgar the Fremen
2005-08-10 10:23 ` Roman Rybicki
0 siblings, 1 reply; 15+ messages in thread
From: Stilgar the Fremen @ 2005-08-10 10:14 UTC (permalink / raw
To: gentoo-user-pl
capsel wrote:
> wedlug mnie to podkrecony procesor masz za bardzo, albo ram padniety
> albo cos innego ze sprzetem, kolega mial podobne i obie te rzeczy mial :)
>
procesor bez podkrecania, ram tez czysty (sprawdzalem inne kosci) - poza
tym, wiekszosc programow kompiluje sie bez problemow, w niektorych to
wyskakuje (ale za to w takich superpotrzebnych :P )
Stilgar
--
Tylko w sierpniu Avanti tak¿e w wersji MINI - z ³atwo¶ci± zmie¶ci siê w torebce!
http://www.avantimoda.pl
--
gentoo-user-pl@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user-pl] Problem z kompilacj± (__alloca__)
2005-08-10 10:14 ` [gentoo-user-pl] Problem z kompilacj± (__alloca__) Stilgar the Fremen
@ 2005-08-10 10:23 ` Roman Rybicki
2005-08-10 10:41 ` Stilgar the Fremen
0 siblings, 1 reply; 15+ messages in thread
From: Roman Rybicki @ 2005-08-10 10:23 UTC (permalink / raw
To: gentoo-user-pl
Witam,
> procesor bez podkrecania, ram tez czysty (sprawdzalem inne kosci) - poza
> tym, wiekszosc programow kompiluje sie bez problemow, w niektorych to
> wyskakuje (ale za to w takich superpotrzebnych :P )
Zerknij czy w make.conf w opcji CXXFLAGS nie masz przypadkiem wpisu
-fomit-frame-pointer. Jeżeli tak, to go usun.
U mnie to bylo glownym zrodlem klopotow podczas kompilacji v C++.
Roman
> Stilgar
>
> --
> Tylko w sierpniu Avanti tak¿e w wersji MINI - z ³atwo¶ci± zmie¶ci siê w
> torebce! http://www.avantimoda.pl
--
gentoo-user-pl@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user-pl] Problem z kompilacj± (__alloca__)
2005-08-10 10:23 ` Roman Rybicki
@ 2005-08-10 10:41 ` Stilgar the Fremen
2005-08-10 10:58 ` Roman Rybicki
0 siblings, 1 reply; 15+ messages in thread
From: Stilgar the Fremen @ 2005-08-10 10:41 UTC (permalink / raw
To: gentoo-user-pl
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8; format=flowed, Size: 725 bytes --]
Roman Rybicki wrote:
> Witam,
>
>
>>procesor bez podkrecania, ram tez czysty (sprawdzalem inne kosci) - poza
>>tym, wiekszosc programow kompiluje sie bez problemow, w niektorych to
>>wyskakuje (ale za to w takich superpotrzebnych :P )
>
>
> Zerknij czy w make.conf w opcji CXXFLAGS nie masz przypadkiem wpisu
> -fomit-frame-pointer. Jeżeli tak, to go usun.
>
mialem to wczesniej w CXX, ale jak mi sie zaczely robi te problemy to
wywalilem. bezskutecznie. a moze teraz trzeba przekompilowac wszystko z
tymi nowymi flagami?
Stilgar
--
Tylko w sierpniu Avanti tak¿e w wersji MINI - z ³atwo¶ci± zmie¶ci siê w torebce!
http://www.avantimoda.pl
--
gentoo-user-pl@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user-pl] Problem z kompilacj± (__alloca__)
2005-08-10 10:41 ` Stilgar the Fremen
@ 2005-08-10 10:58 ` Roman Rybicki
2005-08-10 9:52 ` Stilgar the Fremen
0 siblings, 1 reply; 15+ messages in thread
From: Roman Rybicki @ 2005-08-10 10:58 UTC (permalink / raw
To: gentoo-user-pl
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 1124 bytes --]
> > Zerknij czy w make.conf w opcji CXXFLAGS nie masz przypadkiem wpisu
> > -fomit-frame-pointer. Jeżeli tak, to go usun.
> mialem to wczesniej w CXX, ale jak mi sie zaczely robi te problemy to
> wywalilem. bezskutecznie. a moze teraz trzeba przekompilowac wszystko z
> tymi nowymi flagami?
Trudno powiedziec.
Jezeli masz czas i ochote to:
1) emerge --update --deep -- newuse world
2) deep-clean
3) dev-rebuild
Ale przedtem poszukaj jeszcze na forum gentoo.pl kwestii zwiazanych z CFLAGS i
CXXFLAGS. Mozna tam znalezc duzo ciekawych linkow na skrypty, ktore wlasnie
te kwestie niejako ulatwiaja.
A jezeli juz bedziesz rekompilowal wszystko, to warto tez zerknac na tzw.
prelink i dodac flage PIC.
Jezeli pisze tu o sprawach dla Ciebie oczywistych, to wybacz, ale mnie wlasnie
tego typu PODSTAWOWE informacje pomagaly najbardziej.
No i handbook ... handbook i jeszcze raz handbook ...
:o)
Roman
> Stilgar
>
> --
> Tylko w sierpniu Avanti tak¿e w wersji MINI - z ³atwo¶ci± zmie¶ci siê
> w torebce! http://www.avantimoda.pl
--
gentoo-user-pl@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user-pl] Problem z kompilacj± (__alloca__)
2005-08-10 10:58 ` Roman Rybicki
@ 2005-08-10 9:52 ` Stilgar the Fremen
2005-08-10 10:10 ` [gentoo-user-pl] Problem z kompilacj± (__alloca__) --chyba rozwiazane Stilgar the Fremen
0 siblings, 1 reply; 15+ messages in thread
From: Stilgar the Fremen @ 2005-08-10 9:52 UTC (permalink / raw
To: gentoo-user-pl
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8; format=flowed, Size: 1048 bytes --]
> Jezeli pisze tu o sprawach dla Ciebie oczywistych, to wybacz, ale mnie wlasnie
> tego typu PODSTAWOWE informacje pomagaly najbardziej.
>
spoko, kazdemu zdarza sie niezauwazyc odlaczanego kabla zasilajacego :P
probowalem wszystkiego co napisales, dalej jest to samo. myslalem juz,
ze to problem z kernelem, ale sami zobaczcie:
czarny stilgar # cd /usr/src/linux
czarny linux # make menuconfig
HOSTLD scripts/kconfig/mconf
scripts/kconfig/zconf.tab.o: In function `zconfparse':
zconf.tab.c:(.text+0xe5): undefined reference to `__alloca__'
zconf.tab.c:(.text+0xcaa): undefined reference to `__alloca__'
collect2: ld returned 1 exit status
make[1]: *** [scripts/kconfig/mconf] Error 1
make: *** [menuconfig] Error 2
sam juz nie wiem co robic... moze /usr/src/alloca.h powinno byc dodane
do jakiejs sciezki? (PATH czy cos w tym stylu? )
Stilgar
--
Tylko w sierpniu Avanti tak¿e w wersji MINI - z ³atwo¶ci± zmie¶ci siê w torebce!
http://www.avantimoda.pl
--
gentoo-user-pl@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user-pl] Problem z kompilacj± (__alloca__) --chyba rozwiazane
2005-08-10 9:52 ` Stilgar the Fremen
@ 2005-08-10 10:10 ` Stilgar the Fremen
2005-08-10 10:59 ` [gentoo-user-pl] Problem z kompilacja -- jeszcze jedno pytanie Stilgar the Fremen
0 siblings, 1 reply; 15+ messages in thread
From: Stilgar the Fremen @ 2005-08-10 10:10 UTC (permalink / raw
To: gentoo-user-pl
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8; format=flowed, Size: 533 bytes --]
chyba znalazlem :-)
kiedy instalowalem kyliksa, dalem zly --prefix i wrzucil mi swoje pliki
.h do /usr/includes, zastepujÄ
c przy tym systemowe. Borland ma swoje
wlasne definicje dla alloca, i wszystkie inne programy nie wiedzialy jak
sie kompilowac. teraz sprobuje odtworzyc te pliki i mam nadzieje ze
bedzie dzialac. wielkie dzieki za pomoc!
Stilgar
--
Tylko w sierpniu Avanti tak¿e w wersji MINI - z ³atwo¶ci± zmie¶ci siê w torebce!
http://www.avantimoda.pl
--
gentoo-user-pl@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user-pl] Problem z kompilacja -- jeszcze jedno pytanie
2005-08-10 10:10 ` [gentoo-user-pl] Problem z kompilacj± (__alloca__) --chyba rozwiazane Stilgar the Fremen
@ 2005-08-10 10:59 ` Stilgar the Fremen
2005-08-10 11:57 ` Marcin
0 siblings, 1 reply; 15+ messages in thread
From: Stilgar the Fremen @ 2005-08-10 10:59 UTC (permalink / raw
To: gentoo-user-pl
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 1733 bytes --]
Przynajmniej teraz wiem, ze winny jest stdlib.h :-)
Czy da sie odtworzyc ten plik bez reinstalowania calego gentoo?
próbowaÅem już emergowac glibca i recznie kopiowac ten plik, jak na
razie najlepszym efektem jest cos takiego:
>>> md5 files ;-) files/gcc-config-1.3.12
>>> md5 files ;-) files/digest-gcc-config-1.3.12
>>> Unpacking source...
>>> Source unpacked.
In file included from /usr/local/include/stdlib.h:23,
from
/usr/portage/sys-devel/gcc-config/files/wrapper-1.4.7.c:13:
/usr/include/stdlib.h:310: error: parse error before '{' token
/usr/include/stdlib.h:316: error: parse error before '{' token
/usr/include/stdlib.h:322: error: parse error before '{' token
/usr/include/stdlib.h:331: error: parse error before '{' token
/usr/include/stdlib.h:336: error: parse error before '{' token
/usr/include/stdlib.h:346: error: parse error before '{' token
/usr/include/stdlib.h:352: error: parse error before '{' token
/usr/include/stdlib.h:362: error: parse error before '{' token
/usr/include/stdlib.h:368: error: parse error before '{' token
/usr/include/stdlib.h:377: error: parse error before '{' token
/usr/include/stdlib.h:382: error: parse error before '{' token
/usr/include/stdlib.h:387: error: parse error before '{' token
/usr/include/stdlib.h:396: error: parse error before '{' token
!!! ERROR: sys-devel/gcc-config-1.3.12-r2 failed.
!!! Function src_compile, Line 25, Exitcode 1
!!! compile wrapper
!!! If you need support, post the topmost build error, NOT this status
message.
Stilgar
--
Tylko w sierpniu Avanti tak¿e w wersji MINI - z ³atwo¶ci± zmie¶ci siê w torebce!
http://www.avantimoda.pl
--
gentoo-user-pl@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user-pl] Problem z kompilacja -- jeszcze jedno pytanie
2005-08-10 10:59 ` [gentoo-user-pl] Problem z kompilacja -- jeszcze jedno pytanie Stilgar the Fremen
@ 2005-08-10 11:57 ` Marcin
2005-08-10 12:18 ` Stilgar the Fremen
0 siblings, 1 reply; 15+ messages in thread
From: Marcin @ 2005-08-10 11:57 UTC (permalink / raw
To: gentoo-user-pl
Witam,
nie chcę Cię martwić, ale najprawdopodobniej większość Twoich bibiotek
uległa uszkodzeniu. Jeśli już próbowałeś:
emerge -ave system
lub/i emerge -ave world
i nie pomogło, to spróbuj tego kawałka gentoo How-to:
# cd /usr/portage
# scripts/bootstrap.sh
# emerge -ave system
Jeśli nie zmieniałeś flag kompilacji w make.conf w między czasie, to nie
będziesz musiał przebudowywać systemu... i na tym zakończy się reanimacja :)
Mam nadzieję że to rozwiąże Twoje problemy.
Pozdrawiam,
Mart
--
gentoo-user-pl@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user-pl] Problem z kompilacja -- jeszcze jedno pytanie
2005-08-10 11:57 ` Marcin
@ 2005-08-10 12:18 ` Stilgar the Fremen
2005-08-10 13:04 ` Marcin
2005-08-12 21:30 ` Michal Kurgan
0 siblings, 2 replies; 15+ messages in thread
From: Stilgar the Fremen @ 2005-08-10 12:18 UTC (permalink / raw
To: gentoo-user-pl
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 1340 bytes --]
Marcin wrote:
> Witam,
>
> nie chcÄ CiÄ martwiÄ, ale najprawdopodobniej wiÄkszoÅÄ Twoich bibiotek
> ulegÅa uszkodzeniu. JeÅli już próbowaÅeÅ:
> emerge -ave system
> lub/i emerge -ave world
> i nie pomogÅo, to spróbuj tego kawaÅka gentoo How-to:
>
> # cd /usr/portage
> # scripts/bootstrap.sh
> # emerge -ave system
>
bootstrap ruszyl, po czym stanal na tym co wszystko inne :
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
scripts/kconfig/zconf.tab.o: In function `zconfparse':
zconf.tab.c:(.text+0xe5): undefined reference to `__alloca__'
zconf.tab.c:(.text+0xcaa): undefined reference to `__alloca__'
collect2: ld returned 1 exit status
make[1]: *** [scripts/kconfig/conf] Error 1
make: *** [defconfig] Error 2
!!! ERROR: sys-kernel/linux-headers-2.6.11-r2 failed.
!!! Function compile_headers, Line 398, Exitcode 2
!!! defconfig failed
!!! If you need support, post the topmost build error, NOT this status
message.
probowalem wywalic katalog /usr/include i zastapic go takim ze stage,
ale nic to nie dalo. jest jeszcze jakis sposob, czy tez budowac gentoo
od nowa na innej partycji?
Stilgar
--
Tylko w sierpniu Avanti tak¿e w wersji MINI - z ³atwo¶ci± zmie¶ci siê w torebce!
http://www.avantimoda.pl
--
gentoo-user-pl@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user-pl] Problem z kompilacja -- jeszcze jedno pytanie
2005-08-10 12:18 ` Stilgar the Fremen
@ 2005-08-10 13:04 ` Marcin
2005-08-10 18:29 ` Przemysław Maciąg
2005-08-12 21:30 ` Michal Kurgan
1 sibling, 1 reply; 15+ messages in thread
From: Marcin @ 2005-08-10 13:04 UTC (permalink / raw
To: gentoo-user-pl
Stilgar the Fremen wrote:
>
> probowalem wywalic katalog /usr/include i zastapic go takim ze stage,
> ale nic to nie dalo. jest jeszcze jakis sposob, czy tez budowac gentoo
> od nowa na innej partycji?
Mozesz probowac, ale chyba z tego systemu moze to nie syjsc, bo Twoje
gcc nie kompiluje... Mozna sprobowac innej opcji - ze stage przekopiuj
wszystkie katalogi z wyjatkiem /etc /proc /root, nadpisuj wszystko jak
leci i wtedy sprobuj kompilacj na nowo. Warto by bylo jeszcze sprobowac
odinstsalowac tego kyliksa, który na robil tyle zamentu.
Jesli nie zalezy Ci bardzo na obecnym systemie, to moze okazac sie
poprostu ze zbudowanie nowego będzie szybsze, prostsze i pozwoli Ci na
kilka nowych usprawnien.
Zycze powodzenia,
Mart
--
gentoo-user-pl@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user-pl] Problem z kompilacja -- jeszcze jedno pytanie
2005-08-10 13:04 ` Marcin
@ 2005-08-10 18:29 ` Przemysław Maciąg
0 siblings, 0 replies; 15+ messages in thread
From: Przemysław Maciąg @ 2005-08-10 18:29 UTC (permalink / raw
To: gentoo-user-pl
Zawsze mozesz takze uzyc paczki zbudowanej przez kogos innego i od
emerge dac '-K'
Jakby co moge udostepnic bianrke zbudowana dla athlon-xp - domowe lacze
to 'neozadrada', wiec troche bedzie isc, ale poza rekompilacja od stageX
nic lepszego Ci nie polece.
Pozdrawiam,
Przemek
--
gentoo-user-pl@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user-pl] Problem z kompilacja -- jeszcze jedno pytanie
2005-08-10 12:18 ` Stilgar the Fremen
2005-08-10 13:04 ` Marcin
@ 2005-08-12 21:30 ` Michal Kurgan
2005-08-24 6:25 ` Jarosław Grząbel
1 sibling, 1 reply; 15+ messages in thread
From: Michal Kurgan @ 2005-08-12 21:30 UTC (permalink / raw
To: gentoo-user-pl
On Wednesday 10 of August 2005 14:18, Stilgar the Fremen wrote:
> bootstrap ruszyl, po czym stanal na tym co wszystko inne :
> HOSTCC scripts/kconfig/zconf.tab.o
> HOSTLD scripts/kconfig/conf
> scripts/kconfig/zconf.tab.o: In function `zconfparse':
> zconf.tab.c:(.text+0xe5): undefined reference to `__alloca__'
> zconf.tab.c:(.text+0xcaa): undefined reference to `__alloca__'
> collect2: ld returned 1 exit status
> make[1]: *** [scripts/kconfig/conf] Error 1
> make: *** [defconfig] Error 2
Tu to jest problem z biblioteką a nie plikami nagłówkowymi...
> !!! ERROR: sys-kernel/linux-headers-2.6.11-r2 failed.
> !!! Function compile_headers, Line 398, Exitcode 2
> !!! defconfig failed
> !!! If you need support, post the topmost build error, NOT this status
> message.
>
> probowalem wywalic katalog /usr/include i zastapic go takim ze stage,
> ale nic to nie dalo. jest jeszcze jakis sposob, czy tez budowac gentoo
nie wiem jaki pakiet ma to alloca ale możliwe że np. kompilator, a tak to może
być problem...
bootstrap powinien pomóc tylko jeśli będą odpowiednie liby...
ja bym stawiał na stdc lub coś takiego, może przekopiować z jakieś binarki?
> od nowa na innej partycji?
> Stilgar
--
gentoo-user-pl@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user-pl] Problem z kompilacja -- jeszcze jedno pytanie
2005-08-12 21:30 ` Michal Kurgan
@ 2005-08-24 6:25 ` Jarosław Grząbel
0 siblings, 0 replies; 15+ messages in thread
From: Jarosław Grząbel @ 2005-08-24 6:25 UTC (permalink / raw
To: gentoo-user-pl
On 8/12/05, Michal Kurgan <linux_user@o2.pl> wrote:
> On Wednesday 10 of August 2005 14:18, Stilgar the Fremen wrote:
>
> > bootstrap ruszyl, po czym stanal na tym co wszystko inne :
> > HOSTCC scripts/kconfig/zconf.tab.o
> > HOSTLD scripts/kconfig/conf
> > scripts/kconfig/zconf.tab.o: In function `zconfparse':
> > zconf.tab.c:(.text+0xe5): undefined reference to `__alloca__'
> > zconf.tab.c:(.text+0xcaa): undefined reference to `__alloca__'
> > collect2: ld returned 1 exit status
> > make[1]: *** [scripts/kconfig/conf] Error 1
> > make: *** [defconfig] Error 2
Witaj.
Ja jeszcze na Twoim miejscu bym sprawdzil kondycje swojego komputera:
wiatraczki, temperature, napiecia itd. Mi sie np. sypalo wszystko gdy
moj AXP2500+ poszedl na 3200+ i wycisnal 60 stopni. On jest stablilny
tylko do 58 stopni ;-(. Poza tym mialem tez duze problemy jak mi sie
przegrzewala karta graficzna.
Widze podobne problemy jakie ja kiedys mialem, dlatego proponuje Ci
takze zerknac na kondycje Twojego PC.
--
Pozdrawiam
Jarosław Grząbel
--
gentoo-user-pl@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2005-08-24 6:26 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-09 16:05 [gentoo-user-pl] Problem z kompilacją (__alloca__) Stilgar the Fremen
2005-08-09 20:13 ` capsel
2005-08-10 10:14 ` [gentoo-user-pl] Problem z kompilacj± (__alloca__) Stilgar the Fremen
2005-08-10 10:23 ` Roman Rybicki
2005-08-10 10:41 ` Stilgar the Fremen
2005-08-10 10:58 ` Roman Rybicki
2005-08-10 9:52 ` Stilgar the Fremen
2005-08-10 10:10 ` [gentoo-user-pl] Problem z kompilacj± (__alloca__) --chyba rozwiazane Stilgar the Fremen
2005-08-10 10:59 ` [gentoo-user-pl] Problem z kompilacja -- jeszcze jedno pytanie Stilgar the Fremen
2005-08-10 11:57 ` Marcin
2005-08-10 12:18 ` Stilgar the Fremen
2005-08-10 13:04 ` Marcin
2005-08-10 18:29 ` Przemysław Maciąg
2005-08-12 21:30 ` Michal Kurgan
2005-08-24 6:25 ` Jarosław Grząbel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox