Unix Programming - compiling problem with libtool

This is Interesting: Free IT Magazines  
Home > Archive > Unix Programming > May 2005 > compiling problem with libtool





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author compiling problem with libtool
niraj.kumar.ait@gmail.com

2005-05-12, 2:59 am

I am using these four shared object.
I have written this line in my Makefile.am

lib_LTLIBRARIES = Apache.la apacheDbWriter.la Iptable.la
iptablesDbWriter.la



but when i run automake i get these error msg . I m using libtool 1.4.3


'Apache.la' is not a standard libtool library name
'Iptable.la' is not a standard libtool library name
'apacheDbWriter.la' is not a standard libtool library name
'iptablesDbWriter.la' is not a standard libtool library name

Christian

2005-05-12, 7:56 am

<niraj.kumar.ait@gmail.com> a écrit dans le message de
news:1115878517.163191.167850@z14g2000cwz.googlegroups.com...
> I am using these four shared object.
> I have written this line in my Makefile.am
>
> lib_LTLIBRARIES = Apache.la apacheDbWriter.la Iptable.la
> iptablesDbWriter.la
>
>
>
> but when i run automake i get these error msg . I m using libtool 1.4.3
>
>
> 'Apache.la' is not a standard libtool library name
> 'Iptable.la' is not a standard libtool library name
> 'apacheDbWriter.la' is not a standard libtool library name
> 'iptablesDbWriter.la' is not a standard libtool library name
>


I think you should add the lib prefix to you library names, ie :

lib_LTLIBRARIES = libApache.la libapacheDbWriter.la libIptable.la
libiptablesDbWriter.la

Christian


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com