Craig J Perry wrote:
> When building Vim7.1 source tarball fresh from vim.org last night, on
> Solaris 8 with gcc[1] i encountered unresolved symbols for "nanosleep"
> which is in -lrt, and "setenv" (os_unix.c) which solaris doesn't have :-(
>
> I fixed the missing -lrt by adding an EXTRA_LIBS = -lrt in the Makefile.
> Lib rt doesn't seem to be pulled in by any of the specific solaris
> customisations in Makefile already.
>
> Incidently the os_unix.c entries are wrapped in CPP #ifdef HAVE_SETENV --
> guessing this is being defined wrongly by configure for me. Easy fix -- i
> see there's already a "vim_setenv" so i just used that instead -- it does
> away with the need to ifdef HAVE_SETENV too.
>
> Apologies for no .diff attached, hope this helps all the same,
The configure script checks for the nanosleep function. Did you build
on two different systems without "make distclean" in between? Check the
src/auto/config.log file to find out why configure thought that you do
have nanosleep.
[long footer deleted]
Can you somehow get rid of this useless text?
--
ROBIN: The what?
ARTHUR: The Holy Hand Grenade of Antioch. 'Tis one of the sacred relics
Brother Maynard always carries with him.
ALL: Yes. Of course.
ARTHUR: (shouting) Bring up the Holy Hand Grenade!
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---