View Single Post
  #6   (View Single Post)  
Old 27th January 2021
TronDD TronDD is offline
Spam Deminer
 
Join Date: Sep 2014
Posts: 307
Default

It's hard without having done it myself.

Code:
# clean up
$ rm -r *.o
# redo with both X11 parameters
$ cc -I /usr/X11R6/include/ -c -O -Wno-write-strings *.cpp; cc -o astrolog *.o -lm -lX11 -L/usr/X11R6/lib -v
Reply With Quote