This is the mail archive of the cygwin-apps 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: libtool not finding /usr/lib/libintl.la or what?


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'


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