===> Building for migrate-5.0.6
Create the PDF library (libharu 1.x): [linker warnings are OK]
Using system zlib architecture
Compile the main source files and create the threaded executable
`migrate-n' is up to date.
===========================================================================
on your 5.0.5 version compile that same region looks like this
===> Building for migrate-5.0.5
Create the PDF library (libharu 1.x): [linker warnings are OK]
Using system zlib architecture
--- PdfExceptions.o ---
--- PdfList.o ---
--- PdfUtils.o ---
--- PdfStreams.o ---
Did you manipulate the migrate Makefile? I also suggest to not use "make thread" (as the above log “Compile the main source files and create the threaded executable” implies, but the recorded call to ‘make’ does not.
The change from 5.0.5 to 5.0.6 did not involve any parts of the build system (can you compile directly with ./configure;make (outside of your build systems)?
Peter