I have seen this too when cross-compiling rrdtools-1.0.50 to the WRT54G
router. I had to set an environment variable before building the
libraries just to add ".so" as the correct library-extension.


for bash:
> shrext_cmds=".so"
> export shrext_cmds
> ./configure
> make

for tcsh:
> setenv shrext_cmds ".so"
> ./configure
> make


If everything is already built, you should be able to only remove
the libow.la file only and re-run make.
> rm -f module/owlib/src/c/libow.la
> make


/Christian



On Tue, 2005-10-11 at 02:09 -0400, Paul Alfille wrote:
> On Sunday 09 October 2005 11:57 pm, Paul Alfille wrote:
> > I'm almost done with the Simple C API, but have run into a problem:
> >
> > The shared libraries are being created with names like "libow.0
> > libow.0.0.0 ..."
> >
> > Note the lack of "so" in the name.
> >
> > This is hard to google. Any sugestions?
> >
> > Paul Alfille
> Ok, fixed.
> 
> Not elegant.
> 
> I cleared out /usr/local/share/aclocal
> Reinstalled libtools, automake and autoconf, and compiled.
> 
> There were hints of a problem with old autoconf, in some messages.
> 
> Paul
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Power Architecture Resource Center: Free content, downloads, discussions,
> and more. http://solutions.newsforge.com/ibmarch.tmpl
> _______________________________________________
> Owfs-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/owfs-developers



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to