Re: GCC 4.3.X libgomp

2009-03-05 Thread Takis Psarogiannakopoulos
On Thu, 5 Mar 2009, Ralf Wildenhues wrote: > If you are rerunning things manually, in libgomp you need to use > aclocal -I .. -I ../config > autoconf > automake Well i dont run aclocal and automake as I have not mods that are related to those tools. I guess thats causing my issue. > and

Re: GCC 4.3.X libgomp

2009-03-05 Thread Ralf Wildenhues
Hello Takis, * Takis Psarogiannakopoulos wrote on Thu, Mar 05, 2009 at 07:28:53PM CET: > Seems that libgomp is part of GCC and not a separate project right? > So i am posting this here. > I have a new target for this library that I want to add. Hence I am > modifying configure.tgt, source files et

GCC 4.3.X libgomp

2009-03-05 Thread Takis Psarogiannakopoulos
Hi, Seems that libgomp is part of GCC and not a separate project right? So i am posting this here. I have a new target for this library that I want to add. Hence I am modifying configure.tgt, source files etc and also adding some new threads stuff on the configure.ac However when I recreate the c