Problems with compiling DROPS packages

Adam Lackorzynski adam at os.inf.tu-dresden.de
Wed Feb 16 18:47:30 CET 2005


On Wed Feb 16, 2005 at 18:30:29 +0100, Rene Wittmann wrote:
> the compilation seems to be fine

This is just preprocessing.

> http://wwwcip.informatik.uni-erlangen.de/~sirewitt/compile_exc_img.i
> 
> The file itself:
> http://wwwcip.informatik.uni-erlangen.de/~sirewitt/exc_img.i

So, now if you do "gcc -c exc_img.i" it works and produces an exc_img.o
file, or does it fail?
Your exc_img.i file compiles fine for me.

> When I execute 'make config' not as root, the Makeconf.bid.local-file
> contains the lines:
> 
> GCCLIB_EH_x86=/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2/libgcc_eh.a      
> GCCLIB_x86=/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2/libgcc.a       

Those values are generated by

gcc -print-libgcc-file-name
and
gcc -print-file-name=libgcc_eh.a

So it looks like you use different compiler versions depending on the
user? Still have some old gcc version in /usr/local or similar?




Adam
-- 
Adam                 adam at os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/




More information about the l4-hackers mailing list