eulerto / pgquarrel

pgquarrel compares PostgreSQL database schemas (DDL)
BSD 3-Clause "New" or "Revised" License
388 stars 42 forks source link

Compile fails on Linking C executable pgquarrel #29

Closed drjordan-ca closed 7 years ago

drjordan-ca commented 7 years ago

I am receiving the following when compliling pgquarrel:

[ 83%] Building C object CMakeFiles/pgquarrel.dir/src/trigger.c.o [ 87%] Building C object CMakeFiles/pgquarrel.dir/src/type.c.o [ 90%] Building C object CMakeFiles/pgquarrel.dir/src/usermapping.c.o [ 93%] Building C object CMakeFiles/pgquarrel.dir/src/view.c.o [ 96%] Linking C executable pgquarrel /usr/bin/ld: cannot open output file pgquarrel: Is a directory collect2: error: ld returned 1 exit status CMakeFiles/pgquarrel.dir/build.make:694: recipe for target 'pgquarrel' failed make[2]: [pgquarrel] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/pgquarrel.dir/all' failed make[1]: [CMakeFiles/pgquarrel.dir/all] Error 2 Makefile:116: recipe for target 'all' failed make: *** [all] Error 2

I am new to linux and I am using ubuntu 16.04