help-octave
[Top][All Lists]
Advanced

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

Trouble compiling octave 2.0.6 under HP-UX 10.00


From: John W. Eaton
Subject: Trouble compiling octave 2.0.6 under HP-UX 10.00
Date: Mon, 2 Jun 1997 12:05:27 -0500

On  2-Jun-1997, Roberto Dominijanni <address@hidden> wrote:

| I am having some trouble compiling octave 2.0.6 under HP-UX 10.00
| I am using all the latest versions of gcc, libg++, make, and so on,
| and the latest version of f2c from netlib.bell-labs.com.

| Compilation then proceeded up to
| 
| gcc -c  -I. -I.. -I../liboctave -I../src -I../glob -I../libcruft/misc  
-DHAVE_CONFIG_H  -fno-implicit-templates  -O3 dynamic-ld.cc
| 
| after which it died with
| 
| dynamic-ld.cc: In function `void * shl_resolve_octave_reference(const class 
basic_string<char,string_char_traits<char> > &, const class 
basic_string<char,string_char_traits<char> > &)':
| dynamic-ld.cc:127: passing `mapped_shl_entry *' as argument 1 of 
`shl_findsym(mapped_shl_entry **, const char *, short int, void *)'
| 
| Any ideas for a fix would be much appreciated.

I think

*** dynamic-ld.cc~      Thu May 22 13:43:43 1997
--- dynamic-ld.cc       Fri May 30 16:04:02 1997
***************
*** 124,130 ****
  
    if (handle)
      {
!       int status = shl_findsym (handle, nm, TYPE_PROCEDURE, &retval);
  
        if (status < 0)
        {
--- 124,130 ----
  
    if (handle)
      {
!       int status = shl_findsym (&handle, nm, TYPE_PROCEDURE, &retval);
  
        if (status < 0)
        {


should fix this problem.

jwe


reply via email to

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