AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
August 2008

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



2008.08.13 12:33 "Re: "problems compiling tiff on i386-pc-solaris2.9", by Jordan Dimitrov", by Markus Boehmer

>> Hi there,
>>
>> I looked on the archive for this problem and there are other people having
>> similar issues but no solution has been posted. Does anybody know how to
>> sort this one out. It seems to me that the linker complains about the
>> libport.a library. I have included a full log of config and make.

Hello everyone,

this is a reply to a message which was posted to this list on May the 21st 2007.
It seems, that no real solution has been found until today.

Well, I came across the same problem with libtiff 3.8.2 on Solaris 10 x86.

The solution was quiet simple.
I used the linker which came with solaris and not the one I installed later.

So I changed my path using:
export PATH=/usr/ccs/bin:$PATH
So the ld under /usr/ccs/bin would be found first.
A "make clean" and "make" afterwards then did the job.

I hope, that this will help you too.

Regards
Markus Boehmer