Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: bugs at busybox.net <bugs@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [buildroot 0001512]: Cannot build on Cygwin (as in closed issue 0001449)
Date: Tue, 2 Oct 2007 04:08:22 -0700	[thread overview]
Message-ID: <b01537d0fd766336e2c54170f5fc6074@busybox.net> (raw)


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1512 
====================================================================== 
Reported By:                mgall
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1512
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             09-26-2007 16:38 PDT
Last Modified:              10-02-2007 04:08 PDT
====================================================================== 
Summary:                    Cannot build on Cygwin (as in closed issue 0001449)
Description: 
Same problem as reported in ID0001449, "make menuconfig" fails:

$ make menuconfig
make CC="/usr/bin/gcc" -C package/config conf mconf
make[1]: Entering directory `/managed/buildroot/package/config'
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2 -
MM *.c > .depend 2>/dev/null || :
make[1]: Leaving directory `/managed/buildroot/package/config'
make[1]: Entering directory `/managed/buildroot/package/config'
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2
-c conf.c -o conf.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2
-c kxgettext.c -o kxgettext.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2
-c lxdialog/checklist.c -o lxdialog/checklist.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2
-c lxdialog/inputbox.c -o lxdialog/inputbox.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2
-c lxdialog/menubox.c -o lxdialog/menubox.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2
-c lxdialog/textbox.c -o lxdialog/textbox.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2
-c lxdialog/util.c -o lxdialog/util.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2
-c lxdialog/yesno.c -o lxdialog/yesno.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2
-c mconf.c -o mconf.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2 -
I. -c zconf.tab.c -o zconf.tab.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2
-lncurses conf.o  zconf.tab.o -o conf
conf.o: In function `check_stdin':
/managed/buildroot/package/config/conf.c:60: undefined reference to
`_libintl_ge
ttext'
/managed/buildroot/package/config/conf.c:61: undefined reference to
`_libintl_ge
ttext'
/managed/buildroot/package/config/conf.c:62: undefined reference to
`_libintl_ge
ttext'
conf.o: In function `check_conf':
/managed/buildroot/package/config/conf.c:483: undefined reference to
`_libintl_g
ettext'
conf.o: In function `main':
/managed/buildroot/package/config/conf.c:623: undefined reference to
`_libintl_g
ettext'
conf.o:/managed/buildroot/package/config/conf.c:541: more undefined
references t
o `_libintl_gettext' follow
collect2: ld returned 1 exit status
make[1]: *** [conf] Error 1
make[1]: Leaving directory `/managed/buildroot/package/config'
make: *** [package/config/mconf] Error 2

====================================================================== 

---------------------------------------------------------------------- 
 bernhardf - 10-02-07 04:08  
---------------------------------------------------------------------- 
try
make HOST_LIBES=-lintl -C packages/config mconf
or something to that effect (look for LIBES, i don't remember the name
offhand). 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
09-26-07 16:38  mgall          New Issue                                    
09-26-07 16:38  mgall          Status                   new => assigned     
09-26-07 16:38  mgall          Assigned To               => buildroot       
10-02-07 04:08  bernhardf      Note Added: 0002807                          
======================================================================

             reply	other threads:[~2007-10-02 11:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-02 11:08 bugs at busybox.net [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-09-17 13:20 [Buildroot] [buildroot 0001512]: Cannot build on Cygwin (as in closed issue 0001449) bugs at busybox.net
2008-03-13  9:10 bugs at busybox.net
2007-10-03 16:03 bugs at busybox.net
2007-09-26 23:38 bugs at busybox.net

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=b01537d0fd766336e2c54170f5fc6074@busybox.net \
    --to=bugs@busybox.net \
    --cc=buildroot@busybox.net \
    /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