On Montag, 7. Mai 2007, David Harel wrote: > As so many times before, openssl fails to compile. > > Top most error is: openssl.c:(.text+0x15c): undefined reference to > `OPENSSL_add_all_algorithms_noconf'. Two other packages that give me > trouble are: glibc and python. All attempts are after sync and to a > stable (so I hope) version. > > GCC version is: gcc (GCC) 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8) > I think at one point I tried to change gcc configuration (gcc-config) to > version 4.1.1 but if that is the only way I understand I will have to > reinstall everything. >
you don't need to reinstall everything just for upgrading gcc to 4.1.x. Please read the update guide. For your problem, I would try MAKEOPTS="-j1" first. Oh, and reset every LDFLAGS you might have set - what about emerge --info? -- [EMAIL PROTECTED] mailing list

