On Wed, 7 Feb 2007, Richardson, Joshua A. wrote: > Yep, that's exactly what I meant. I also concur that you should get the > RPM off the CD, but don't know that you need to do a full reinstall?! > That could cause some major headaches, specifically, we don't know if > Vincent has a custom kernel or if he has additional non-YDL packages > added on. gcc can be a pain, but you can get it w/o reinstalling.
I have the CD in hand, when I run yum list | grep gcc, it shows only libgcc.ppc installed. then I rpm -i gcc-3.4.4-2.ydl.2.ppc64.rpm, compile a simple hello.c program, it gives me: /usr/bin/ld: cannot find -lgcc_s If I remove gcc-3.4.4-2.ydl.2.ppc64.rpm and install gcc-3.4.4-2.ydl.2.ppc.rpm, and compile the hello.c, it gives me: /tmp/ccdAiUY1.s: Assembler messages: /tmp/ccdAiUY1.s:17: Error: junk at end of line, first unrecognized character is `@' ... .. #ls gcc* gcc-3.4.4-2.ydl.2.ppc64.rpm gcc-gnat-3.4.4-2.ydl.2.ppc.rpm gcc-3.4.4-2.ydl.2.ppc.rpm gcc-java-3.4.4-2.ydl.2.ppc.rpm gcc-c++-3.4.4-2.ydl.2.ppc64.rpm gcc-objc-3.4.4-2.ydl.2.ppc64.rpm gcc-c++-3.4.4-2.ydl.2.ppc.rpm gcc-objc-3.4.4-2.ydl.2.ppc.rpm gcc-c++-ppc32-3.4.4-2.ydl.2.ppc.rpm gcc-ppc32-3.4.4-2.ydl.2.ppc.rpm I am not sure which gcc and its dependency rpm I should install. Vincent http://bl0g.blogdns.com _______________________________________________ yellowdog-general mailing list [email protected] http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general HINT: to Google archives, try '<keywords> site:terrasoftsolutions.com'
