Skip to content

Instantly share code, notes, and snippets.

@epifanio
Created February 14, 2019 12:00
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 epifanio/c327e770472f03437eab64e35ef7d937 to your computer and use it in GitHub Desktop.
Save epifanio/c327e770472f03437eab64e35ef7d937 to your computer and use it in GitHub Desktop.
massimods@r740-5hdn2s2-bb-gcompute:~/src/pyzmq-17.1.2$ python setup.py configure --zmq=/home/massimods/local/
running configure
{'libraries': ['zmq'], 'include_dirs': ['/home/massimods/local/include'], 'library_dirs': ['/home/massimods/local/lib'], 'runtime_library_dirs': ['/home/massimods/local/lib'], 'extra_link_args': []}
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/modules/SOURCES/centos7-SOURCES/openmpi-2.0.0/ompi/include/ -I/usr/include/gdal/ -I/usr/include/udunits2/ -fPIC -I/home/massimods/local/include -c build/temp.linux-x86_64-3.7/scratch/check_sys_un.c -o build/temp.linux-x86_64-3.7/scratch/check_sys_un.o
gcc -pthread build/temp.linux-x86_64-3.7/scratch/check_sys_un.o -L/home/massimods/local/lib -Wl,--enable-new-dtags,-R/home/massimods/local/lib -o build/temp.linux-x86_64-3.7/scratch/check_sys_un
************************************************
Configure: Autodetecting ZMQ settings...
Custom ZMQ dir: /home/massimods/local/
creating build/temp.linux-x86_64-3.7/scratch/tmp
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/modules/SOURCES/centos7-SOURCES/openmpi-2.0.0/ompi/include/ -I/usr/include/gdal/ -I/usr/include/udunits2/ -fPIC -c /tmp/timer_createqq91n9rf.c -o build/temp.linux-x86_64-3.7/scratch/tmp/timer_createqq91n9rf.o
/tmp/timer_createqq91n9rf.c:1:1: warning: return type defaults to ‘int’ [-Wreturn-type]
main (int argc, char **argv) {
^
/tmp/timer_createqq91n9rf.c: In function ‘main’:
/tmp/timer_createqq91n9rf.c:2:5: warning: implicit declaration of function ‘timer_create’ [-Wimplicit-function-declaration]
timer_create();
^
/tmp/timer_createqq91n9rf.c:3:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
gcc -pthread build/temp.linux-x86_64-3.7/scratch/tmp/timer_createqq91n9rf.o -o build/temp.linux-x86_64-3.7/scratch/a.out
build/temp.linux-x86_64-3.7/scratch/tmp/timer_createqq91n9rf.o: In function `main':
/tmp/timer_createqq91n9rf.c:2: undefined reference to `timer_create'
collect2: error: ld returned 1 exit status
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/modules/SOURCES/centos7-SOURCES/openmpi-2.0.0/ompi/include/ -I/usr/include/gdal/ -I/usr/include/udunits2/ -fPIC -I/home/massimods/local/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -c build/temp.linux-x86_64-3.7/scratch/vers.c -o build/temp.linux-x86_64-3.7/scratch/vers.o
gcc -pthread build/temp.linux-x86_64-3.7/scratch/vers.o -L/home/massimods/local/lib -Wl,--enable-new-dtags,-R/home/massimods/local/lib -lzmq -lrt -o build/temp.linux-x86_64-3.7/scratch/vers
ZMQ version detected: 4.3.2
Warning: Detected ZMQ version: 4.3.2. Some new features in libzmq may not be exposed by pyzmq.
************************************************
************************************************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment