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

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

[Octave-bug-tracker] [bug #31753] lgamma_r and lgammaf_r not found at co


From: anonymous
Subject: [Octave-bug-tracker] [bug #31753] lgamma_r and lgammaf_r not found at compile time
Date: Thu, 02 Dec 2010 16:35:56 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; de-de) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4

URL:
  <http://savannah.gnu.org/bugs/?31753>

                 Summary: lgamma_r and lgammaf_r not found at compile time
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Do 02 Dez 2010 16:35:55 UTC
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: Alexander Klein
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: Mac OS

    _______________________________________________________

Details:

Hi,

I'm just building Octave 3.2.4 on OSX 10.6.5, and although lgamma[f]_r is
found by configure, it is not found at compile time:

checking for lgamma... yes
checking for lgammaf... yes
checking for lgamma_r... yes
checking for lgammaf_r... yes

g++ -c -I/usr/local/alternate/include -I/usr/X11/include/freetype2
-I/usr/X11/include -fPIC -I. -I.. -I../liboctave -I../src -I../libcruft/misc 
-DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -Wformat -g -O2
-I/usr/X11/include/freetype2 -I/usr/X11/include -D_THREAD_SAFE  lo-specfun.cc
-o pic/lo-specfun.o
lo-specfun.cc: In function 'Complex xlgamma(const Complex&)':
lo-specfun.cc:327: error: 'lgamma_r' was not declared in this scope
lo-specfun.cc: In function 'FloatComplex xlgamma(const FloatComplex&)':
lo-specfun.cc:394: error: 'lgammaf_r' was not declared in this scope

For the time being, commenting out the respective macro-definitions in
config.h seems to fix the issue.

Kind regards,

Alex




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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