Re: compile error w/ 0.9.1
H}kan Hjort <[email protected]>
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <[email protected]> |
Fri Mar 14 2003, Stewart Allen wrote:
> what's newer than 1.4.3?
>
Well not much, however it is libtool that is bugging out...
See these lines in ltmain.sh
# Make a backup of the uninstalled library when relinking
if test "$mode" = relink; then
$run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname ${realname}U)' || exit $?
fi
# Do each of the archive commands.
... [snip] ...
# Restore the uninstalled library and exit
if test "$mode" = relink; then
$run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $?
exit 0
fi
# Create links to the real library.
Perhaps it something else that libtool uses that causes this though,
the shell? your version of gcc? file system? Perhaps you have some
other (old) ltmain.sh somewhere in your path that gets picked up and
used instead of the one deliverd with the ogle package? You can check
with 'grep VERSION libtool | head -1' in the ogle sorce directory.
As you see the U version is just temporary storage and should not even
leave the .libs directory.
Manualy rename it if you think it will work, and report it to the
libtool maintainers.
--
Håkan Hjort