[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GPIB on cygwin
From: |
Tatsuro MATSUOKA |
Subject: |
Re: GPIB on cygwin |
Date: |
Wed, 6 Mar 2019 18:20:08 +0900 (JST) |
> From: zchenĀ
> To: help-octave
> Cc:
> Date: 2019/3/6, Wed 09:30
> Subject: GPIB on cygwin
>
>
> I followed this instruction on faking the gpib ni library for using gpib on
> windows (cygwin):
>
> https://wiki.octave.org/Instrument_control_package
>
> I first ran the script from the page to setup the links.
> However I received the follow error message in Octave (4.4.1):
> error: gpib: Your system doesn't support the GPIB interface
>
> please help.
>
The script generates libgpib.a from dll file.
However, I wonder that pre-build binary involve it.
Perhaps it is required you to install|
>> pkg install -forgeĀ instrument-control
manually.