Coder Social home page Coder Social logo

NetBSD support in 3.3.10.4 about libv8 HOT 7 CLOSED

rubyjs avatar rubyjs commented on July 21, 2024
NetBSD support in 3.3.10.4

from libv8.

Comments (7)

geoffgarside avatar geoffgarside commented on July 21, 2024

I'm not that familiar with NetBSD, is its make a GNU make or a BSD make?

from libv8.

skandragon avatar skandragon commented on July 21, 2024

By default, "make" is a BSD make. However, most anyone doing development on it would have installed GNU make as well, as "gmake", using the usual NetBSD package.

Packages do not live in /usr/bin or /usr/local/bin, but /usr/pkg/bin if you find the need to search for things.

from libv8.

geoffgarside avatar geoffgarside commented on July 21, 2024

Seems like NetBSD has the same problem as FreeBSD at the moment then. The v8 Makefile is a GNUMake one which BSDMake doesn't like. I'm wondering if it should try to use gmake first as some linux distros also alias make to gmake and then fall back to make if it gmake isn't available.

from libv8.

andykitchen avatar andykitchen commented on July 21, 2024

+1 check for gmake. There are other issues with FreeBSD but I will open them as separate issues.

from libv8.

geoffgarside avatar geoffgarside commented on July 21, 2024

Which version of gcc gets bundled with NetBSD? I've been testing with FreeBSD today and getting build failures due to the system GCC being too old, specifically http://code.google.com/p/v8/issues/detail?id=1843

from libv8.

skandragon avatar skandragon commented on July 21, 2024

-bash-4.1$ gcc -v
Using built-in specs.
Target: x86_64--netbsd
Configured with: /usr/src/tools/gcc/../../gnu/dist/gcc4/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=x86_64-unknown-netbsd4.99.72 --host=x86_64--netbsd --target=x86_64--netbsd --enable-__cxa_atexit
Thread model: posix
gcc version 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
-bash-4.1$ uname -a
NetBSD kechara.flame.org 5.1 NetBSD 5.1 (GENERIC) #0: Sat Nov 6 13:19:33 UTC 2010 [email protected]:/home/builds/ab/netbsd-5-1-RELEASE/amd64/201011061943Z-obj/home/builds/ab/netbsd-5-1-RELEASE/src/sys/arch/amd64/compile/GENERIC amd64

from libv8.

geoffgarside avatar geoffgarside commented on July 21, 2024

I suspect 4.1 will have the same issue as 4.2, if you pkg_add GCC 4.4 or 4.6 does it name the executables like g++44 or g++46?

from libv8.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.