Skip to content

Instantly share code, notes, and snippets.

@jorbs
Created December 6, 2020 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorbs/3350f4bb1b64188c4da7e6d2737eb6e8 to your computer and use it in GitHub Desktop.
Save jorbs/3350f4bb1b64188c4da7e6d2737eb6e8 to your computer and use it in GitHub Desktop.
xschem configure log
â xschem git:(master) â ./configure --prefix=/Users/joaoroberto/xschem --debug
make: Nothing to be done for `all'.
Setting prefix to '/Users/joaoroberto/xschem'
--- Detecting host
Looking for a shell... /bin/sh -c
Looking for a shell escape character... found: '\'
Detecting temp dir... validated /Users/joaoroberto/Developer/u/xschem/scconfig/
Checking for system type... OK (name: MacOSX; class: UNIX)
--- Detecting target (same as host)
Checking for cc (target)... OK ('gcc', ' -pipe', '')
Checking for -fpic... OK (-fPIC)
Checking for cc args for std Wall... -Wall
Checking for cc args for std std_c89... -std=c89
Checking for cc args for std pedantic... -pedantic
Checking for popen(3)... OK ('#define _XOPEN_SOURCE\n', '' and '')
Checking for flex... Found.
Checking for bison... Found.
Checking for XOpenDisplay... OK ('', '-I/opt/X11/include' and '-L/opt/X11/lib -lX11')
Checking for tk... 8.6... OK ('', '-I/usr/local/opt/tcl-tk/include' and '-L/usr/local/opt/tcl-tk/lib -ltcl8.6')
OK ('', '-I/usr/local/opt/tcl-tk/include -I/opt/X11/include' and '-L/usr/local/opt/tcl-tk/lib -ltcl8.6 -L/opt/X11/lib -ltk8.6')
Checking for awk... OK (awk)
Checking for xpm... OK ('', '-I/opt/X11/include ' and '-L/opt/X11/lib -lX11 -lXpm')
Checking for cairo... OK ('', '-I/opt/X11/include -I/opt/X11/include/cairo' and '-L/opt/X11/lib -lcairo')
Checking for Xrender... OK ('', '-I/opt/X11/include -I/opt/X11/include' and '-L/opt/X11/lib -lX11 -L/opt/X11/lib -lXrender')
Checking for cairo... OK ('', '-I/opt/X11/include -I/opt/X11/include/cairo' and '-L/opt/X11/lib -lcairo')
Checking for cairo-xcb... OK ('#include <cairo-xcb.h>\n', '-I/opt/X11/include -I/opt/X11/include/cairo' and '-L/opt/X11/lib -lcairo')
Checking for xcb... OK ('', '-I/opt/X11/include -I/opt/X11/include' and '-L/opt/X11/lib -lX11 -L/opt/X11/lib -lxcb')
Checking for xgetxcbconnection... OK ('', '-I/opt/X11/include -I/opt/X11/include' and '-L/opt/X11/lib -lX11 -L/opt/X11/lib -lX11-xcb')
Checking for xcb_render... OK ('', '-I/opt/X11/include -I/opt/X11/include' and '-L/opt/X11/lib -lX11 -L/opt/X11/lib -lxcb-render')
--- Detecting runtime (same as host)
--- Generating build and config files
config.h: ok
Makefile.conf: ok
doc/manpages/xschem.1: ok
src/Makefile: ok
=====================
Configuration summary
=====================
Compilation:
CC: gcc
debug: yes
profiling: no
Paths:
prefix: /Users/joaoroberto/xschem
user-conf-dir: ~/.xschem
user-lib-path: ~/.xschem/xschem_library
sys-lib-path: /Users/joaoroberto/xschem/share/xschem/xschem_library/devices
Libs & features:
tcl: -L/usr/local/opt/tcl-tk/lib -ltcl8.6
tk: -L/usr/local/opt/tcl-tk/lib -ltcl8.6 -L/opt/X11/lib -ltk8.6
cairo: yes
xrender: yes
xcb: yes
Configuration complete, ready to compile.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment