This is the mail archive of the cygwin-developers@sources.redhat.com mailing list for the Cygwin project.


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

Re: ld -shared -o new-cygwin1.dll ... error



--- DJ Delorie <dj@delorie.com> wrote:
> 
> > with libiberty.  Got past that by copying libiberty/config.h to
> > i686-pc-cygwin/libiberty/.  Now I get
> 
> You can't do that.  They're completely different.
> 
> The best solution so far is to edit your gcc to not produce the
> warning about -B.  We (gcc) haven't decided what the best final
> solution will be yet.

Great.  Got past that problem.  Which, BTW, is that HAVE_SYS_STAT_H isn't set
in config.h and the move of getpwd to libiberty caused the problem.  Getpwd.c
doesn't include sys/stat.h if HAVE_SYS_STAT_H isn't set.  I'll leave up to you,
DJ, to decide the best patch for this.

Cheers,

=====
--- <http://earniesystems.safeshopper.com> ---
   Earnie Boyd: <mailto:earnie_boyd@yahoo.com>
            __Cygwin: POSIX on Windows__
Cygwin Newbies: <http://gw32.freeyellow.com/>
           __Minimalist GNU for Windows__
  Mingw32 List: <http://www.egroups.com/group/mingw32/>
    Mingw Home: <http://www.mingw.org/>

__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

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