[Semibug] Clang tutorials
James E Keenan
jkeenan at pobox.com
Thu Oct 21 07:39:43 EDT 2021
On 10/21/21 6:04 AM, Jonathan Drews wrote:
> ddiHi Gals & Guys:
>
> It has been a long time since I have compiled any C programs. Can
> anyone point me to a good tutorial on compiling with clang?
The first link in a search at DDDG.
I have
> some old notes on compiling with gcc but I have used gcc in over 12
> years. Does clang use compile instructions similar to this?
>
> gcc -Wall -I/usr/local/include/ -c Bessel.c
> gcc -L/usr/local/lib Bessel.o -lm -lgsl -lgslcblas -o BESSJ
>
Yes.
More information about the Semibug
mailing list