[BioPython] Problems with MMCIFlex module

bob.chase at tympanum.org bob.chase at gmail.com
Tue Jul 12 20:54:16 EDT 2005


i have gcc on my mac (gcc 3.3). the command is /usr/bin/gcc which is a
symbolic link to /usr/bin/gcc-3.3.

you could try and make your own link (ln -s /usr/bin/gcc-4.0 /usr/bin/gcc)
and see if you can compile and run a simple "hello world". this would at
least verify that you have a reasonable install.

On 7/12/05, Matias Saavedra <matomatias at hotmail.com> wrote:
> ok. If i type gcc in the command line of my shell, i obtain the following:
> 
> [hoffmann:/usr/bin] mato% gcc
> csh: gcc: Command not found.
> 
> And if i type gcc-4.0 (which is the file present in my /usr/bin directory):
> 
> [hoffmann:/usr/bin] mato% gcc-4.0
> powerpc-apple-darwin8-gcc-4.0.0: no input files
> 
> I have to say that i incorporated the location /usr/bin/gcc-4.0 in the shell
> path.
> 
> I don't have any file called just gcc in the /usr/bin directory.
> 
> The gcc package came with the computer, and i tryied to install it from a
> gcc4.0.pkg file (ready to install in mac systems)...
> 
> This is the information i have
> 
> what do you think?
> 
> Mathias



More information about the BioPython mailing list