public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Bob Rossi <bob_rossi@cox.net>
To: Carlos O'Donell <carlos@codesourcery.com>
Cc: gcc-help@gcc.gnu.org, mark@codesourcery.com
Subject: Re: mingw svn trunk failure
Date: Wed, 20 Dec 2006 01:56:00 -0000	[thread overview]
Message-ID: <20061220015610.GH3022@cox.net> (raw)
In-Reply-To: <20061219235825.GY14845@lios>

On Tue, Dec 19, 2006 at 06:58:26PM -0500, Carlos O'Donell wrote:
> On Tue, Dec 19, 2006 at 05:59:09PM -0500, Bob Rossi wrote:
> > > Bob, could you please provide your gcc configure options?
> > 
> > Hi Carlos,
> > 
> > It's all here,
> > http://gcc.gnu.org/ml/gcc-help/2006-12/msg00279.html
> > What do you think?
> 
> -----
> The values of the varaiables are,
>   p->fname=/c/mingw/include cpp_PREFIX=c:/mingw cpp_PREFIX_len=8
> -----
> 
> This is not at all what I expected. The problem here is that you are
> configuring mingw under cygwin, and the cygwin paths are not translated.
> I will have to think about this.
> 
> Could you tell me what errors you get when using --prefix='c:/mingw'?

I'm not sure if you still care, but I had the below error messages with
the exact same configure and build line, except change --prefix=/mingw
to --prefix=C:/mingw.

I think it's because make doesn't handle the : well, but I have no idea.
Bob Rossi

echo | /home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/./gcc/xgcc -B/home/bobbybrasko/gcc/svn-trunk-
orig/gcc-builddir-0/./gcc/ -L/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/mingw32/winsup/mingw -L
/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/mingw32/winsup/w32api/lib -isystem /home/bobbybrasko
/gcc/svn-trunk-orig/gcc/winsup/mingw/include -isystem /home/bobbybrasko/gcc/svn-trunk-orig/gcc/winsup/w3
2api/include -BC:/mingw/mingw32/bin/ -BC:/mingw/mingw32/lib/ -isystem C:/mingw/mingw32/include -isystem 
C:/mingw/mingw32/sys-include -E -dM - | \                                                               
  sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \                                                 
         -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \                                           
  sort -u > tmp-macro_list                                                                              
/bin/sh ../../gcc/gcc/../move-if-change tmp-macro_list macro_list                                       
echo timestamp > s-macro_list                                                                           
rm -rf include; mkdir include                                                                           
chmod a+rx include                                                                                      
if [ -d ../prev-gcc ]; then \                                                                           
  cd ../prev-gcc && \                                                                                   
  make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \                                                 
    libsubdir=. ; \                                                                                     
else \                                                                                                  
  (TARGET_MACHINE='i386-pc-mingw32'; srcdir=`cd ../../gcc/gcc; ${PWDCMD-pwd}`; \                        
    SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \                                          
    export TARGET_MACHINE srcdir SHELL MACRO_LIST && \                                                  
    cd ../build-mingw32/fixincludes && \                                                                
    /bin/sh ./fixinc.sh ../../gcc/include \                                                             
      `echo /mingw/include | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`  ); \                               
  rm -f include/syslimits.h; \                                                                          
  if [ -f include/limits.h ]; then \                                                                    
    mv include/limits.h include/syslimits.h; \                                                          
  else \                                                                                                
    cp ../../gcc/gcc/gsyslimits.h include/syslimits.h; \                                                
  fi; \                                                                                                 
fi                                                                                                      
make[4]: Entering directory `/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/prev-gcc'              
../../gcc/gcc/ada/Make-lang.in:430: *** multiple target patterns.  Stop.                                
make[4]: Leaving directory `/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/prev-gcc'               
make[3]: *** [stmp-fixinc] Error 2                                                                      
make[3]: Leaving directory `/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/gcc'                    
make[2]: *** [all-stage2-gcc] Error 2                                                                   
make[2]: Leaving directory `/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0'                        
make[1]: *** [stage2-bubble] Error 2                                                                    
make[1]: Leaving directory `/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0'                        
make: *** [bootstrap] Error 2                                                                           

  parent reply	other threads:[~2006-12-20  1:56 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-19 15:54 Bob Rossi
2006-12-19 22:32 ` Bob Rossi
2006-12-19 22:50   ` Carlos O'Donell
2006-12-19 22:59     ` Bob Rossi
2006-12-19 23:58       ` Carlos O'Donell
2006-12-20  0:24         ` Bob Rossi
2006-12-20  1:23           ` Carlos O'Donell
2006-12-20  1:56         ` Bob Rossi [this message]
2006-12-20  2:33           ` Carlos O'Donell
2006-12-19 23:47   ` Carlos O'Donell
2006-12-20  0:29   ` Bob Rossi
2006-12-20  1:45     ` Carlos O'Donell
2006-12-20  4:53       ` Bob Rossi
2006-12-20 17:24         ` Carlos O'Donell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061220015610.GH3022@cox.net \
    --to=bob_rossi@cox.net \
    --cc=carlos@codesourcery.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=mark@codesourcery.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).