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

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

[Octave-bug-tracker] [bug #34725] Something regarding Lex causes build f


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #34725] Something regarding Lex causes build failure on OpenBSD
Date: Wed, 02 Nov 2011 20:12:23 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2 Iceweasel/6.0.2

Follow-up Comment #12, bug #34725 (project octave):

Can you post details about the problem you are having with building the
documentation?

The formatted documentation files are also distributed with the sources, so
you are not supposed to have to rebuild them.  But you touched some source
files, and doc strings are extracted from those, so that could force Make to
rebuild the formatted documentation files.

I haven't solved the linker problem.  Even with forcing the C++ compiler to be
used, I still get errors about the following undefined symbols:


__powisf2
__powidf2
std::basic_istream<char,std::char_traits<char> >::seekg(long,
std::_Ios_Seekdir)
std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char>
>::seekoff(long, std::_Ios_Seekdir, std::_Ios_Openmode)


I have no idea why this is happening.  Octave doesn't call these pow functions
directly and I don't know why only those two C++ iostream functions would be
undefined.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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