rasmusto / vtr-verilog-to-routing

Automatically exported from code.google.com/p/vtr-verilog-to-routing
0 stars 0 forks source link

Unable to build blifExplorer from source code on Ubuntu 14.04 #100

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce:
1. Open blifExplorer.pro from Qt Creator 3.3.0 and configure project with Qt 
4.8.4 installed on Ubuntu 14.04 64-bit.
2. See compilation process finished successfully.
3. At linking stage the following error displayed:
/usr/bin/ld: ../../printhandler/OBJ/TC_Common/RegExp.o: undefined reference to 
symbol 'pcre_free'
//lib/x86_64-linux-gnu/libpcre.so.3: error adding symbols: DSO missing from 
command line
collect2: error: ld returned 1 exit status

How to fix that?

P.S. I think that referencing *.o files from other project is a very strange 
approach...

Original issue reported on code.google.com by 0xF777 on 6 Feb 2015 at 8:30