Problem with invoking gcc-2.95

Erik Wasser fuzz@homer.uni-paderborn.de
Fri Oct 1 00:00:00 GMT 1999


I've installed gcc-2.95 on my
  
% uname -a
SunOS bianca 5.6 Generic_105181-09 sun4u sparc SUNW,Ultra-5_10
%

Then I decide to compile the following program:

% cat test.c
#include <stdio.h>
int main(void)
{
    printf("foobar\n");
    return 0;
} 
 
with

% gcc -v
Reading specs from /usr/local/gnu/gcc-2.95-sol-5.6/lib/gcc-lib/sparc-sun-solari$
gcc version 2.95 19990728 (release)

and the following command:
% /usr/local/gnu/gcc-2.95-sol-5.6/bin/gcc -B/usr/local/gnu/gcc-2.95/lib/gcc-lib$
    -c test.c

The code compiles and I can link it and start the program. But the
following warning appears:

gcc: file path prefix `/usr/local/gnu/gcc-2.95/lib/gcc-lib/sparc-sun-solaris2.6$

What does it mean? On the computer are still old versions of gcc but I
can't delete them due to backwards-compatibility. Can somebody help me?


-- 
LAN Party vom 16.-17.Oktober in Köln.    |
Zwei Tage Quaken und mehr.               |
Näheres dazu auf http://www.namm.de      | So long... Fuzz



More information about the Gcc-help mailing list