Author Topic: New to Code:.Blocks  (Read 9298 times)

Offline lbertolotti

  • Multiple posting newcomer
  • *
  • Posts: 31
Re: New to Code:.Blocks
« Reply #15 on: July 23, 2015, 08:53:59 pm »
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.
« Last Edit: July 23, 2015, 08:55:40 pm by lbertolotti »
Languages: C/C++, SQL, HTML, VB, Python and R

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: New to Code:.Blocks
« Reply #16 on: July 23, 2015, 09:07:23 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

Offline lbertolotti

  • Multiple posting newcomer
  • *
  • Posts: 31
Re: New to Code:.Blocks
« Reply #17 on: July 23, 2015, 09:32:52 pm »
I solved it

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))
 
« Last Edit: July 23, 2015, 09:34:34 pm by lbertolotti »
Languages: C/C++, SQL, HTML, VB, Python and R