egcs-1.0.2 installation
Markus Sicheneder
sichen@studbox.uni-stuttgart.de
Thu Apr 16 18:39:00 GMT 1998
Horst von Brand wrote:
>
> Markus Sicheneder <sichen@studbox.uni-stuttgart.de> said:
> > emplates -Wl,-soname,libstdc++.so.`echo 2.8.0 | sed
> > 's/\([0-9][.][0-9]\).*/\1/'` -shared -o
> > libstdc++.so.2.8.0 `cat piclist` -lm
> > xgcc: pic/cmathi.o: No such file or directory
>
> I've run into similar problems sometimes, couldn't remember the exact
> circumstances and so didn't report the problem. What happens here is that
> the 'pic' directory doesn't exist. Create it, and everything works.
horst,
thanks for your hint, but: i've created the pic dir in both the object
and the source directory but the same error occurs :-(
----snip----
make[3]: Leaving directory `/usr/src/egcs-obj/libraries/libio'
/usr/src/egcs-obj/gcc/xgcc -B/usr/src/egcs-obj/gcc/ -g -O2
-fno-implicit-templates -Wl,-soname,libstdc++.so.`echo 2.8.0 | sed
's/\([0-9][.][0-9]\).*/\1/'` -shared -o libstdc++.so.2.8.0 `cat piclist`
-lm
xgcc: pic/cmathi.o: No such file or directory
----snip----
btw: what does 'cat piclist' mean?! is it possible that this 'piclist'
doesnt exist in my sources (or is this list created during build
process?)?
those missing object files in the pic directory seem to be the problem
markus
--
Markus Sicheneder, Allmandring 20 C, D-70569 Stuttgart
e-mail: sichen@studbox.uni-stuttgart.de
www: http://wwwcip.rus.uni-stuttgart.de/~lrt12741/
More information about the Gcc
mailing list