------- Comment #18 from pinskia at gcc dot gnu dot org  2006-03-22 06:55 
-------
(In reply to comment #17)
> Subject: Re:  Checking for gthread causes configure script to fail
> 
> I did this:
> 
> $ cd ~/downloads/gcc-3.4.6
> $ ./configure --enable-threads && make
> $ cd libobjc
> $ ./configure

Oh that is the issue, libobjc is configured automatically and is done correctly
from the toplevel so you messing up by not following the instructions.

All you need to do to configure GCC and build all of GCC is:
> $ cd ~/downloads/gcc-3.4.6
> $ ./configure --enable-threads && make

Though really you should be configuring in a different directory than the
source directory.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26794

Reply via email to