User forums > Using Code::Blocks

Code::Blocks and Gnu Scientific Library (GSL)

<< < (2/2)

stahta01:

--- Quote from: sodev on March 10, 2017, 04:39:59 pm ---Don't build GSL with CodeBlocks, build it by the means it provides. It probably uses automake and other magic, might be a ton of work to build it with CodeBlocks. Don't try to build external libraries with your IDE, build your own application with it and just link the build library.

--- End quote ---

This is correct and the easiest way for C external Libraries.

It is normally still the correct way for C++  external Libraries; but, it may NOT be the easiest way for C++ external Libraries.

Tim S.
 

tuuk:
Thanks, stahta01 and sodev, for the clarifications, suggestions, and the warning about my misuse of the current forum.

I had hoped that I can give my students a simple set of directions (such as the ones I was able to give previously under Dev-C++ using devpak package for SGL). It looks like it is not going to be that straightforward.

Cheers,
tuuk

Navigation

[0] Message Index

[*] Previous page

Go to full version