ClosestStorm / v8cgi

Automatically exported from code.google.com/p/v8cgi
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

freebsd7.2 can't install #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I compile libv8.so, and put it in /usr/lib

when i compile v8cgi, i got "clong83@htidc /www/tmp/v8cgi# scons -Q -h
Cannot find V8 library!
"

the config.lg say :

scons: Configure: Checking for C library v8...
.sconf_temp/conftest_9.c <-
  |
  |
  |
  |int
  |main() {
  |
  |return 0;
  |}
  |
gcc -o .sconf_temp/conftest_9.o -c -Wall -O3 -DHAVE_UNISTD_H
-DHAVE_DIRENT_H -DHAVE_MMAN_H -DHAVE_MKDIR -DHAVE_RMDIR -DHAVE_CHDIR
-DHAVE_GETCWD -DHAVE_SLEEP -Isrc .sconf_temp/     conftest_9.c
gcc -o .sconf_temp/conftest_9 .sconf_temp/conftest_9.o -lv8 -lpthread -lrt -lv8
/usr/lib/libv8.so: undefined reference to `backtrace_symbols'
/usr/lib/libv8.so: undefined reference to `backtrace'
scons: Configure: no

Original issue reported on code.google.com by chang...@gmail.com on 10 Sep 2009 at 8:27

GoogleCodeExporter commented 9 years ago
I am unable to provide advice here. Perhaps try to ask this question in a 
v8-related
mailinglist/issue tracker...

Original comment by ondrej.zara on 10 Sep 2009 at 10:53

GoogleCodeExporter commented 9 years ago
Freebsd need -lexecinfo -I/usr/local/include -L/usr/local/lib

and mysql is /usr/local/mysql

Original comment by chang...@gmail.com on 28 Nov 2009 at 2:19

GoogleCodeExporter commented 9 years ago
FreeBSD support is introduced in 0.9.0.

Original comment by ondrej.zara on 9 Dec 2010 at 8:03