public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Marco Atzeri <marco.atzeri@gmail.com>
To: cygwin-apps@cygwin.com
Subject: Re: libtool not finding /usr/lib/libintl.la or what?
Date: Sat, 01 Jul 2017 06:46:00 -0000	[thread overview]
Message-ID: <f169ec1b-e5fd-7d04-3e61-49c3b2a459fd@gmail.com> (raw)
In-Reply-To: <Pine.BSF.4.63.1706302237010.62053@m0.truegem.net>

On 01/07/2017 07:47, Mark Geisert wrote:
> Esteemed co-conspirators,
> I've been pulling my hair out trying to build a new cygutils package on
> 32-bit Cygwin.  The exact same source package builds fine on 64-bit but
> 32-bit fails with the following...
>
>   CC       src/ipc/semstat.o
>   CXX      src/cygdrop/src_cygdrop_cygdrop-cygdrop.o
>   CCLD     src/cygicons/libicons.la
>   CCLD     src/banner/banner.exe
> libtool:   error: cannot find the library '/usr/lib/libintl.la' or
> unhandled argument '/usr/lib/libintl.la'

it is pulled by /usr/lib/libpopt.la.


try

$ cd /usr/lib
$ mv libpopt.la libpopt.la_bk

and run again make in build

make[2]: Entering directory 
'/cygdrive/e/cyg_pub/temp/cygutils-1.4.15-2.src/cygutils-1.4.15-2.i686/build'
   CCLD     src/banner/banner.exe
   CCLD     src/clip/getclip.exe
   CCLD     src/clip/putclip.exe
   CCLD     src/cygstart/cygstart.exe
   CXXLD    src/lpr/lpr.exe
   CCLD     src/mkshortcut/mkshortcut.exe
   CCLD     src/readshortcut/readshortcut.exe
   CCLD     src/winln/winln.exe
   CCLD     src/conv/conv.exe
   CCLD     src/dump/dump.exe
   CCLD     src/ipc/semtool.exe
   CCLD     src/ipc/shmtool.exe
   CCLD     src/ipc/msgtool.exe
   CCLD     src/ipc/semstat.exe
   CXXLD    src/cygdrop/cygdrop.exe
make[2]: Leaving directory 
'/cygdrive/e/cyg_pub/temp/cygutils-1.4.15-2.src/cygutils-1.4.15-2.i686/build'
make[1]: Leaving directory 
'/cygdrive/e/cyg_pub/temp/cygutils-1.4.15-2.src/cygutils-1.4.15-2.i686/build'

  reply	other threads:[~2017-07-01  6:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-01  5:50 Mark Geisert
2017-07-01  6:46 ` Marco Atzeri [this message]
2017-07-01  7:18   ` Mark Geisert
2017-07-01  7:29     ` Marco Atzeri

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=f169ec1b-e5fd-7d04-3e61-49c3b2a459fd@gmail.com \
    --to=marco.atzeri@gmail.com \
    --cc=cygwin-apps@cygwin.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).