paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [paparazzi/paparazzi] 563ce3: [logalizer][fix] add p


From: GitHub
Subject: [paparazzi-commits] [paparazzi/paparazzi] 563ce3: [logalizer][fix] add pcre lib to plotprofile, weir...
Date: Thu, 04 Apr 2013 15:27:30 -0700

  Branch: refs/heads/master
  Home:   https://github.com/paparazzi/paparazzi
  Commit: 563ce358f7d824ea4440bac299880c0906b22a18
      
https://github.com/paparazzi/paparazzi/commit/563ce358f7d824ea4440bac299880c0906b22a18
  Author: Felix Ruess <address@hidden>
  Date:   2013-04-04 (Thu, 04 Apr 2013)

  Changed paths:
    M sw/logalizer/Makefile

  Log Message:
  -----------
  [logalizer][fix] add pcre lib to plotprofile, weird...

Very weird stuff: works here on several Ubuntu 12.04 machines without explictly 
adding -lpcre
For Pranay it only works with explicitly adding it gcc ... --verbose outputs 
_exactly_ the same stuff as on my machine, but he gets:
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libglibivy.a(ivybind.o):function
 IvyBindingCompile: error: undefined reference to 'pcre_compile'
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libglibivy.a(ivybind.o):function
 IvyBindingCompile: error: undefined reference to 'pcre_study'
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libglibivy.a(ivybind.o):function
 IvyBindingCompile: error: undefined reference to 'pcre_fullinfo'
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libglibivy.a(ivybind.o):function
 IvyBindingFree: error: undefined reference to 'pcre_free'
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libglibivy.a(ivybind.o):function
 IvyBindingFree: error: undefined reference to 'pcre_free'
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libglibivy.a(ivybind.o):function
 IvyBindingExec: error: undefined reference to 'pcre_exec'
collect2: ld returned 1 exit status




reply via email to

[Prev in Thread] Current Thread [Next in Thread]