[Semibug] Clang tutorials

James E Keenan jkeenan at pobox.com
Thu Oct 21 08:19:27 EDT 2021


On 10/21/21 7:39 AM, James E Keenan wrote:
> 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.
> 

https://clang.llvm.org/get_started.html

> 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.
> 
> _______________________________________________
> Semibug mailing list
> Semibug at lists.nycbug.org
> http://lists.nycbug.org:8080/mailman/listinfo/semibug



More information about the Semibug mailing list