Last active
May 24, 2017 10:34
-
-
Save ctaggart/0a2676c24844890c161d6e5720a6b91f to your computer and use it in GitHub Desktop.
2017-05-24 octh_helloworld build errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cargo : Compiling octh_helloworld v0.1.0 (file:///C:/Users/camer/rs/octh_helloworld) | |
At line:1 char:1 | |
+ cargo build 2>&1 > build.txt | |
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo : NotSpecified: ( Compiling oc...cth_helloworld):String) [], RemoteException | |
+ FullyQualifiedErrorId : NativeCommandError | |
error | |
: linking with `C:/Octave/Octave-4.2.1/bin/gcc.exe` failed: exit code: 1 | |
| | |
= note: "C:/Octave/Octave-4.2.1/bin/gcc.exe" "-Wl,--enable-long-section-names" "-fno-use-linker-plugin" "-Wl,--nxcompat" "-nostdlib" "-m64" | |
"C:\\Users\\camer\\.rustup\\toolchains\\nightly-x86_64-pc-windows-gnu\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib\\dllcrt2.o" "C:\\Users\\camer\\.rustup\\toolchains\\nightly-x86_64-pc-windows-gnu\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib\\rsbegin.o" "-L" | |
"C:\\Users\\camer\\.rustup\\toolchains\\nightly-x86_64-pc-windows-gnu\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib" "C:\\Users\\camer\\rs\\octh_helloworld\\target\\debug\\deps\\octh_helloworld.0.o" "-o" | |
"C:\\Users\\camer\\rs\\octh_helloworld\\target\\debug\\deps\\octh_helloworld.dll" "C:\\Users\\camer\\rs\\octh_helloworld\\target\\debug\\deps\\octh_helloworld.crate.metadata.o" "-nodefaultlibs" "-L" "C:\\Users\\camer\\rs\\octh_helloworld\\target\\debug\\deps" | |
"-L" "C:\\Octave\\Octave-4.2.1\\lib\\octave\\4.2.1" "-L" "C:\\Octave\\Octave-4.2.1\\lib" "-L" "C:\\Octave\\Octave-4.2.1\\lib64\\gcc\\x86_64-w64-mingw32\\4.9.4" "-L" "C:\\Users\\camer\\rs\\octh_helloworld\\target\\debug\\build\\octh-1e70621b9fc4f2f1\\out" "-L" | |
"C:\\Users\\camer\\.rustup\\toolchains\\nightly-x86_64-pc-windows-gnu\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib" "-l" "octave" "-l" "octinterp" "-Wl,-Bstatic" "-Wl,--whole-archive" | |
"C:\\Users\\camer\\AppData\\Local\\Temp\\rustc.LzCMrnb0oIEF\\libocth-caff0ea2aef87dc7.rlib" "-Wl,--no-whole-archive" "-L" "C:\\Users\\camer\\.rustup\\toolchains\\nightly-x86_64-pc-windows-gnu\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib" "-Wl,-Bdynamic" "-l" | |
"std-5a958d157a8d8d98" "-Wl,-Bstatic" "C:\\Users\\camer\\AppData\\Local\\Temp\\rustc.LzCMrnb0oIEF\\libcompiler_builtins-e9e280acad4314a4.rlib" "-Wl,-Bdynamic" "-l" "stdc++" "-l" "advapi32" "-l" "ws2_32" "-l" "userenv" "-l" "shell32" "-shared" "-pthread" | |
"-fopenmp" "-LC:/Octave/Octave-4.2.1/lib64/gcc/x86_64-w64-mingw32/4.9.4" "-lmingwex" "-lmingw32" "-lgcc" "-lmsvcrt" "-luser32" "-lkernel32" "C:\\Users\\camer\\.rustup\\toolchains\\nightly-x86_64-pc-windows-gnu\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib\\rsend.o" | |
= note: C:\Users\camer\AppData\Local\Temp\rustc.LzCMrnb0oIEF\libocth-caff0ea2aef87dc7.rlib(octhc.o): In function `dim_vector::dim_vector()': | |
C:/Octave/Octave-4.2.1/include/octave-4.2.1/octave/dim-vector.h:261: undefined reference to `dim_vector::nil_rep()' | |
C:\Users\camer\AppData\Local\Temp\rustc.LzCMrnb0oIEF\libocth-caff0ea2aef87dc7.rlib(octhc.o): In function `Array<std::string>::Array()': | |
C:/Octave/Octave-4.2.1/include/octave-4.2.1/octave/Array.h:253: undefined reference to `Array<std::string>::nil_rep()' | |
C:\Users\camer\AppData\Local\Temp\rustc.LzCMrnb0oIEF\libocth-caff0ea2aef87dc7.rlib(octhc.o): In function `Array<octave_value>::Array()': | |
C:/Octave/Octave-4.2.1/include/octave-4.2.1/octave/Array.h:253: undefined reference to `Array<octave_value>::nil_rep()' | |
C:\Users\camer\AppData\Local\Temp\rustc.LzCMrnb0oIEF\libocth-caff0ea2aef87dc7.rlib(octhc.o):octhc.cc:(.rdata$_ZTV5ArrayI12octave_valueE[_ZTV5ArrayI12octave_valueE]+0x20): undefined reference to `Array<octave_value>::resize_fill_value() const' | |
C:\Users\camer\AppData\Local\Temp\rustc.LzCMrnb0oIEF\libocth-caff0ea2aef87dc7.rlib(octhc.o):octhc.cc:(.rdata$_ZTV13string_vector[_ZTV13string_vector]+0x20): undefined reference to `Array<std::string>::resize_fill_value() const' | |
C:\Users\camer\AppData\Local\Temp\rustc.LzCMrnb0oIEF\libocth-caff0ea2aef87dc7.rlib(octhc.o):octhc.cc:(.rdata$_ZTV5ArrayISsE[_ZTV5ArrayISsE]+0x20): undefined reference to `Array<std::string>::resize_fill_value() const' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(locale.o):(.text$__tcf_0+0x8): undefined reference to `pthread_mutex_destroy' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(locale.o):(.text$_ZN9__gnu_cxx13__scoped_lockD1Ev[_ZN9__gnu_cxx13__scoped_lockD1Ev]+0x8): undefined reference to `pthread_mutex_unlock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(locale.o):(.text$_ZNSt6locale5facet15_S_get_c_localeEv+0x13): undefined reference to `pthread_once' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(locale.o):(.text$_ZNSt6locale5_Impl16_M_install_cacheEPKNS_5facetEy+0x2c): undefined reference to `pthread_mutex_lock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(locale.o):(.text$_ZNSt6locale5_Impl16_M_install_cacheEPKNS_5facetEy+0xa7): undefined reference to `pthread_mutex_unlock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(locale.o):(.text$_ZNSt6locale5_Impl16_M_install_cacheEPKNS_5facetEy+0xde): undefined reference to `pthread_mutex_init' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(locale_init.o):(.text$__tcf_0+0x8): undefined reference to `pthread_mutex_destroy' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(locale_init.o):(.text$_ZN12_GLOBAL__N_116get_locale_mutexEv+0x3a): undefined reference to `pthread_mutex_init' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(locale_init.o):(.text$_ZNSt6locale13_S_initializeEv+0x14): undefined reference to `pthread_once' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(locale_init.o):(.text$_ZNSt6localeC2Ev+0x3b): undefined reference to `pthread_mutex_lock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(locale_init.o):(.text$_ZNSt6localeC2Ev+0x54): undefined reference to `pthread_mutex_unlock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(locale_init.o):(.text$_ZNSt6locale6globalERKS_+0x21): undefined reference to `pthread_mutex_lock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(locale_init.o):(.text$_ZNSt6locale6globalERKS_+0x80): undefined reference to `pthread_mutex_unlock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(future.o):(.text$_ZNSt13__future_base13_State_baseV211_Make_ready6_S_runEPv+0x4d): undefined reference to `pthread_mutex_lock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(future.o):(.text$_ZNSt13__future_base13_State_baseV211_Make_ready6_S_runEPv+0x6d): undefined reference to `pthread_mutex_unlock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(eh_alloc.o):(.text$__tcf_0+0x8): undefined reference to `pthread_mutex_destroy' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(eh_alloc.o):(.text$_ZN12_GLOBAL__N_14pool4freeEPv.constprop.2+0x10): undefined reference to `pthread_mutex_lock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(eh_alloc.o):(.text$_ZN12_GLOBAL__N_14pool4freeEPv.constprop.2+0x87): undefined reference to `pthread_mutex_unlock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(eh_alloc.o):(.text$_ZN12_GLOBAL__N_14pool8allocateEy.constprop.3+0x10): undefined reference to `pthread_mutex_lock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(eh_alloc.o):(.text$_ZN12_GLOBAL__N_14pool8allocateEy.constprop.3+0x6e): undefined reference to `pthread_mutex_unlock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(eh_alloc.o):(.text.startup._GLOBAL__sub_I__ZN9__gnu_cxx9__freeresEv+0xe): undefined reference to `pthread_mutex_init' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(eh_globals.o):(.text$__cxa_get_globals+0x8): undefined reference to `__emutls_get_address' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text.unlikely._ZN12_GLOBAL__N_113mutex_wrapperD2Ev.part.1+0xc): undefined reference to `pthread_mutex_unlock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text$__cxa_guard_acquire+0x3f): undefined reference to `pthread_once' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text$__cxa_guard_acquire+0x4b): undefined reference to `pthread_mutex_lock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text$__cxa_guard_acquire+0x7e): undefined reference to `pthread_once' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text$__cxa_guard_acquire+0x94): undefined reference to `pthread_once' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text$__cxa_guard_acquire+0xa3): undefined reference to `pthread_cond_wait' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text$__cxa_guard_acquire+0xb8): undefined reference to `pthread_mutex_unlock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text$__cxa_guard_abort+0x18): undefined reference to `pthread_once' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text$__cxa_guard_abort+0x24): undefined reference to `pthread_mutex_lock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text$__cxa_guard_abort+0x43): undefined reference to `pthread_once' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text$__cxa_guard_abort+0x4f): undefined reference to `pthread_cond_broadcast' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text$__cxa_guard_abort+0x5f): undefined reference to `pthread_mutex_unlock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text$__cxa_guard_release+0x18): undefined reference to `pthread_once' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text$__cxa_guard_release+0x24): undefined reference to `pthread_mutex_lock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text$__cxa_guard_release+0x46): undefined reference to `pthread_once' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text$__cxa_guard_release+0x52): undefined reference to `pthread_cond_broadcast' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(guard.o):(.text$__cxa_guard_release+0x62): undefined reference to `pthread_mutex_unlock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(condition_variable.o):(.text$__tcf_0+0x7): undefined reference to `pthread_key_delete' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(condition_variable.o):(.text$_ZNSt12_GLOBAL__N_18key_initEv+0x40): undefined reference to `pthread_key_create' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(condition_variable.o):(.text$_ZNSt12_GLOBAL__N_13runEv+0xc): undefined reference to `pthread_getspecific' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(condition_variable.o):(.text$_ZNSt12_GLOBAL__N_13runEv+0x1c): undefined reference to `pthread_setspecific' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(condition_variable.o):(.text$_ZNSt18condition_variableD2Ev+0x1): undefined reference to `pthread_cond_destroy' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(condition_variable.o):(.text$_ZNSt18condition_variable4waitERSt11unique_lockISt5mutexE+0x8): undefined reference to `pthread_cond_wait' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(condition_variable.o):(.text$_ZNSt18condition_variable10notify_oneEv+0x5): undefined reference to `pthread_cond_signal' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(condition_variable.o):(.text$_ZNSt18condition_variable10notify_allEv+0x5): undefined reference to `pthread_cond_broadcast' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(condition_variable.o):(.text$_ZNSt12_GLOBAL__N_18notifier3runEPv+0x12): undefined reference to `pthread_mutex_unlock' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(condition_variable.o):(.text$_ZSt16__at_thread_exitPSt20__at_thread_exit_elt+0x17): undefined reference to `pthread_once' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(condition_variable.o):(.text$_ZSt16__at_thread_exitPSt20__at_thread_exit_elt+0x22): undefined reference to `pthread_getspecific' | |
C:\Users\camer\.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib/libstdc++.a(condition_variable.o):(.text$_ZSt16__at_thread_exitPSt20__at_thread_exit_elt+0x38): undefined reference to `pthread_setspecific' | |
collect2.exe: error: ld returned 1 exit status | |
error | |
: aborting due to previous error | |
error: | |
Could not compile `octh_helloworld`. | |
To learn more, run the command again with --verbose. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkoctfile helloworld.cc | |
-v | |
g++ | |
-std=gnu++11 | |
-c | |
-I/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/x86_64-w64-mingw32/include | |
-IC:\Octave\OCTAVE~1.1\include\octave-4.2.1\octave\.. | |
-IC:\Octave\OCTAVE~1.1\include\octave-4.2.1\octave | |
-IC:\Octave\OCTAVE~1.1\include | |
-pthread | |
-fopenmp | |
-g | |
-O2 helloworld.cc | |
-o helloworld.o | |
g++ | |
-std=gnu++11 | |
-IC:\Octave\OCTAVE~1.1\include\octave-4.2.1\octave\.. | |
-IC:\Octave\OCTAVE~1.1\include\octave-4.2.1\octave | |
-IC:\Octave\OCTAVE~1.1\include | |
-pthread | |
-fopenmp | |
-g | |
-O2 | |
-shared | |
-o helloworld.oct helloworld.o | |
-LC:\Octave\OCTAVE~1.1\lib\octave\4.2.1 | |
-LC:\Octave\OCTAVE~1.1\lib | |
-loctinterp | |
-loctave | |
-Wl,-rpath-link,/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/x86_64-w64-mingw32/lib | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/x86_64-w64-mingw32/lib | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/x86_64-w64-mingw32/lib | |
-Wl,--export-all-symbols | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/x86_64-w64-mingw32/lib | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/x86_64-w64-mingw32/lib | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/x86_64-w64-mingw32/lib | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/x86_64-w64-mingw32/lib | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/x86_64-w64-mingw32/lib | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/x86_64-w64-mingw32/lib | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/x86_64-w64-mingw32/lib | |
-lfreetype | |
-lhdf5 | |
-lGraphicsMagick++ | |
-lGraphicsMagick | |
-lz | |
-lfftw3 | |
-lfftw3f | |
-lopengl32 | |
-lglu32 | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/x86_64-w64-mingw32/lib | |
-lfontconfig | |
-lfreetype | |
-lgl2ps | |
-ladvapi32 | |
-llapack | |
-lws2_32 | |
-lws2_32 | |
-lws2_32 | |
-lcurl | |
-lcholmod | |
-lumfpack | |
-lamd | |
-lcamd | |
-lcolamd | |
-lccolamd | |
-lcxsparse | |
-lsuitesparseconfig | |
-larpack | |
-lqrupdate | |
-lfftw3 | |
-lfftw3f | |
-llapack | |
-lblas | |
-lreadline | |
-ltermcap | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/x86_64-w64-mingw32/lib | |
-lpcre | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/x86_64-w64-mingw32/lib | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/lib/gcc/x86_64-w64-mingw32/4.9.4 | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/lib/gcc/x86_64-w64-mingw32/4.9.4/../../../../x86_64-w64-mingw32/lib/../lib | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/mingw/lib/../lib | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/lib/gcc/x86_64-w64-mingw32/4.9.4/../../../../x86_64-w64-mingw32/lib | |
-L/scratch/jwe/mxe-octave/4.2.1/w64-32/usr/mingw/lib | |
-lm | |
-lgfortran | |
-lmingw32 | |
-lmoldname | |
-lmingwex | |
-lmsvcrt | |
-lquadmath | |
-ladvapi32 | |
-lshell32 | |
-luser32 | |
-lkernel32 | |
-lm | |
-lgdi32 | |
-lws2_32 | |
-luser32 | |
-lkernel32 | |
-lgdi32 | |
-lws2_32 | |
-luser32 | |
-lkernel32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment