octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54235] problems building Octave on Solaris


From: Michele
Subject: [Octave-bug-tracker] [bug #54235] problems building Octave on Solaris
Date: Sun, 22 Jul 2018 15:24:36 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; SunOS sun4u; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #152, bug #54235 (project octave):

Continuing in the same vein, I went into gcc/system.h and removed 


#if defined (HAVE_DECL_STRSTR) && !HAVE_DECL_STRSTR
extern char *strstr (const char *, const char *);
#endif


and 


#if !defined (HAVE_STRSIGNAL) \
    || (defined (HAVE_DECL_STRSIGNAL) && !HAVE_DECL_STRSIGNAL)
# ifndef strsignal
extern const char *strsignal (int);
# endif
#endif


and ran gmake again.  That took care of all the previous remaining errors and
this time it went much further but finally died with:


...
In file included from /export/home/michele/gcc-5.5.0/gcc/c/c-lang.c:22:0:
/export/home/michele/gcc-5.5.0/gcc/system.h:678:17: fatal error: gmp.h: No
such file or directorycompilation terminated.
gmake[3]: *** [Makefile:1066: c/c-lang.o] Error 1


Not sure what that's about.  I don't see how commenting out those two externs
could have casued this.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54235>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]