User forums > Using Code::Blocks
New to Code:.Blocks
lbertolotti:
Well, I solved it by using this:
http://stackoverflow.com/questions/14202598/installing-gsl-on-windows-xp-32bit-for-use-with-codeblocks
Only linking the libraries was not working.
BlueHazzard:
--- Quote from: lbertolotti on July 23, 2015, 08:53:59 pm ---Only linking the libraries was not working.
--- End quote ---
what does this mean? Do you need again help or is it working now?
(if you need help: we need again a full rebuild log of the error)
greetings
lbertolotti:
--- Quote from: lbertolotti on July 23, 2015, 08:53:59 pm ---I solved it
--- End quote ---
means it's working now.
Build log:
--- Code: ---
-------------- Clean: Release in Test Project (compiler: GNU GCC Compiler)---------------
Cleaned "Test Project - Release"
-------------- Build: Release in Test Project (compiler: GNU GCC Compiler)---------------
mingw32-g++.exe -Wall -fexceptions -O2 -I"..\..\..\..\Program Files (x86)\GnuWin32\include" -c "C:\Users\lucas_000\Documents\Test Project\main.cpp" -o obj\Release\main.o
mingw32-g++.exe -o "bin\Release\Test Project.exe" obj\Release\main.o -s -static "..\..\..\..\Program Files (x86)\GnuWin32\lib\libgsl.a" "..\..\..\..\Program Files (x86)\GnuWin32\lib\libgsl.dll.a" "..\..\..\..\Program Files (x86)\GnuWin32\lib\libgslcblas.a"
Output file is bin\Release\Test Project.exe with size 669.50 KB
Process terminated with status 0 (0 minute(s), 4 second(s))
0 error(s), 0 warning(s) (0 minute(s), 4 second(s))
--- End code ---
Navigation
[0] Message Index
[*] Previous page
Go to full version