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
March 2009

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!



Thread

2009.03.05 04:51 "Linking tiff in Unix (AIX)", by Ahmad Zaidee Abu
2009.03.05 07:13 "Re: Linking tiff in Unix (AIX)", by Ahmad Zaidee Abu

2009.03.05 07:13 "Re: Linking tiff in Unix (AIX)", by Ahmad Zaidee Abu

Hi,

Found out that the libtiff.a only generated when make install is issued.
Sorry for my ignorant.

Thanks,
zaidee

On Thu, Mar 5, 2009 at 12:51 PM, Ahmad Zaidee Abu <zaideeabu@gmail.com> wrote:
> Hi all,
>
> I got my libtiff build on AIX. When I try linking, with my app, I got error :
>
> ld: 0706-006 Cannot find or open library file: -l tiff
>        ld:open(): A file or directory in the path name does not exist.
> gmake: *** [acl] Error 255
>
> The linking is done as  -L../opensrc/tiff/libtiff -ltiff . The path is correct.
>
> In libtiff directory, I have only libtiff.la and there is no
> libtiff.a. Is this normal for libtiff?
> Is the libtiff.la a shared library? How do I link my app with libtiff.la ?
>
> Thanks & Regards,
> zaidee
>