<quote who="Chris Barnes"> > Is there anyway I could compile something for a sparc platform on an intel > platform??
You can set up a cross compilation environment which builds for any platform that gcc can target. This starts with installing the assembler and linker for the target (binutils-sparc pkg in debian) >From there, you need appropriate headers and libs installed, depending on what you're trying to compile and you're getting beyond my experience. J. -- Jan Schmidt [EMAIL PROTECTED] "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Unknown -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
