This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: Problems building Cygwin CVS HEAD


Apologies to all, this got sent to the wrong list by mistake.  Please
ignore.
	Igor

On Tue, 13 Jul 2004, Igor Pechtchanski wrote:

> Hi,
>
> I'm getting the following error building Cygwin CVS HEAD:
>
> c++ -L/usr/src/cygwin-cvs/build/i686-pc-cygwin/winsup -L/usr/src/cygwin-cvs/build/i686-pc-cygwin/winsup/cygwin -L/usr/src/cygwin-cvs/build/i686-pc-cygwin/winsup/w32api/lib -isystem /usr/src/cygwin-cvs/src/winsup/include -isystem /usr/src/cygwin-cvs/src/winsup/cygwin/include -isystem /usr/src/cygwin-cvs/src/winsup/w32api/include -B/usr/src/cygwin-cvs/build/i686-pc-cygwin/newlib/ -isystem /usr/src/cygwin-cvs/build/i686-pc-cygwin/newlib/targ-include -isystem /usr/src/cygwin-cvs/src/newlib/libc/include -c -nostdinc++ -g -O2 -fno-exceptions -fno-rtti -DHAVE_DECL_GETOPT=0 -Wall -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0 -I. -I/usr/src/cygwin-cvs/src/winsup/cygwin -I/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/include -fno-rtti -fno-exceptions -c -o parse_pe.o -I/usr/src/cygwin-cvs/build/bfd -I/usr/src/cygwin-cvs/src/include /usr/src/cygwin-cvs/src/winsup/utils/parse_pe.cc
> /usr/src/cygwin-cvs/src/winsup/utils/parse_pe.cc: In function `void select_data_section(bfd*, asection*, void*)':
> /usr/src/cygwin-cvs/src/winsup/utils/parse_pe.cc:67: error: `bfd_get_section_size' undeclared (first use this function)
> /usr/src/cygwin-cvs/src/winsup/utils/parse_pe.cc:67: error: (Each undeclared identifier is reported only once for each function it appears in.)
> make[2]: *** [parse_pe.o] Error 1
>
> I have binutils-20040312-1 installed, and its /usr/include/bfd.h doesn't
> define bfd_get_section_size (although it does define bfd_section_size and
> bfd_get_section_size_before_reloc).  Looks like bfd_get_section_size was
> introduced on June 15th.  Does Cygwin require a newer version of binutils
> to build?
> 	Igor

-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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