On 1/7/07, Miguel Ortiz-Lombardia <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > > En/na Alexander Hansen ha escrit: > > sudo dpkg-deb -b /sw/src/fink.build/root-gcc4-4.1.9999-20060617 > > /sw/fink/10.4/unstable/main/binary-darwin-powerpc/languages > > > > Then if that works, you can try replacing "gcc" with "gcc-shlibs" above. > > > > I tried this and it seemed to work with "gcc" (no errors, and a deb file > in the languages section) but it failed with "gcc-shlibs": > > /sw/bin/dpkg-deb: fallo al abrir el fichero de informaci'on del paquete > `root-gcc4-shlibs-4.1.9999-20060617/DEBIAN/control' para leer: No such > file or directory > > meaning that the control "information" file wasn't there... > > Because the deb package for "gcc" was in place I went to: > > fink install gcc4 > > in the hope that this would only compile the shared libraries of > "gcc4-shlibs" (I have the "use binaries" option turned on), but I'm > afraid this is recompiling again everything and without guarantee that > it won't fail this time. > > These are days when one gets really upset with fink: I'm on the unstable > branch only because I need some scientific packages, which them are > pretty stable. I know there are other means of getting these packages, > switching in different ways from stable to unstable and vice-versa, but > they are not all clear to me and, in the past, have led me to screwed up > installations... Anyway, this is how it is. > > Thank you for your help. > > Regards, > > > Miguel > - -- > Miguel Ortiz Lombardía > Centro de Investigaciones Oncológicas > C/ Melchor Fernández Almagro, 3 > 28029 Madrid, Spain > Tel. +34 912 246 900 > Fax. +34 912 246 976 > e-mail: [EMAIL PROTECTED] > - ---------------------------------------------------------------------- > Et ainsi ne pouvant faire que ce qui est juste fűt fort, on a fait que > ce qui est fort fűt juste. > Blaise Pascal, Pensées > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (Darwin) > > iD8DBQFFoSYvF6oOrDvhbQIRAgnYAKCKU6TytYeus3WHabwQsU/UFeVKqwCghxPb > zQGvUS7Q6gALeYzLQzCv19Q= > =S564 > -----END PGP SIGNATURE----- >
You might try an unofficial unstable binary distribution, then. edit /sw/etc/apt/sources.list as root with your favorite unix-compatible text editor add the following line: deb http://fink.sodan.ecc.u-tokyo.ac.jp/apt/10.4 unstable main Then run "sudo apt-get update". You should be able to grab a precompiled gcc4. -- Alexander K. Hansen (akh) Fink Documenter (still) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
