octave-maintainers
[Top][All Lists]
Advanced

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

R: changeset: dlopen for cygwin


From: John W. Eaton
Subject: R: changeset: dlopen for cygwin
Date: Sun, 27 Dec 2009 21:54:40 -0600

On 21-Dec-2009, Marco Atzeri wrote:

| What about a change like this ? 
| 
| *******************************************
| diff -r 2441327485a3 configure.ac
| --- a/configure.ac      Sun Dec 20 20:07:43 2009 -0800
| +++ b/configure.ac      Mon Dec 21 13:38:44 2009 +0100
| @@ -1578,6 +1578,10 @@
|             esac
|            fi
|         fi
| +       ## alternative method. Cygwin specific ?
| +       if test "x$lt_cv_dlopen" = xdlopen ; then
| +            dlopen_api=true
| +       fi
|        fi
|      fi
|    fi
| @@ -1589,7 +1593,7 @@
|      true
|    else
|      case "$canonical_host_type" in
| -      *-*-cygwin* | *-*-mingw* | *-*-msdosmsvc)
| +      *-*-mingw* | *-*-msdosmsvc)
|         loadlibrary_api=true;
|        ;;
|      esac

I checked in the following change.

  http://hg.savannah.gnu.org/hgweb/octave/rev/0cabc95f0833

Does the configure script work corretly for you now?

jwe


reply via email to

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