News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

New to Code:.Blocks

Started by lbertolotti, July 22, 2015, 11:27:52 PM

Previous topic - Next topic

lbertolotti

#15
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.
Languages: C/C++, SQL, HTML, VB, Python and R

BlueHazzard

Quote from: lbertolotti on July 23, 2015, 08:53:59 PM
Only linking the libraries was not working.

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

#17
Quote from: lbertolotti on July 23, 2015, 08:53:59 PM
I solved it

means it's working now.

Build log:



-------------- 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))

Languages: C/C++, SQL, HTML, VB, Python and R