help-octave
[Top][All Lists]
Advanced

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

Re: "undefined reference" error message when using mkoctfile to create o


From: Andreas Weber
Subject: Re: "undefined reference" error message when using mkoctfile to create oct file
Date: Sat, 18 Feb 2017 11:37:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.3.0

Am 17.02.2017 um 19:31 schrieb Yan Zhang:
>>> mkoctfile PowerMeter.cc -l NewpDll.lib

I guess the right call is
>> mkoctfile ("PowerMeter.cc", "-l NewpDll.lib")

Your command is equal to
>> mkoctfile ("PowerMeter.cc", "-l", "NewpDll.lib")

Note the difference...

-- Andy




reply via email to

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