This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs-1.0.2 installation


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]