make

  1. M

    clean reinstall of ssmtp port

    Yesterday I ran the following: cd /usr/ports/mail/ssmtp; make install replace clean After about a minute it looked like ssmtp was successfully installed. Since then I've been struggling to get ssmtp working, so would like to start again from scratch. I removed it with: cd /usr/ports/mail/ssmtp...
  2. Y

    Other Automatically create .OBJDIR subdirectories with bmake

    I have the following directory structure: /xxx/obj/ /xxx/src/deep.cpp /xxx/flat.cpp /xxx/makefile The content of makefile is as follows: flat.out: flat.o deep.out: src/deep.o I have no problem building flat: /xxx $ make flat.out c++ -O2 -pipe -c /xxx/flat.cpp -o flat.o cc -O2 -pipe...
  3. B

    Solved build of nghttp2 fails

    Hi! I'm having a problem building nghttp2 (and the programs that depend on it) with Synth. The build stops, these are the last lines I get: libtool: link: ar cru .libs/libnghttp2_asio.a libnghttp2_asio_la-util.o libnghttp2_asio_la-http2.o libnghttp2_asio_la-ssl.o libnghttp2_asio_la-timegm.o...
  4. A

    Port management via SVN only

    I'm trying to get down to a bit of development for FreeBSD as I have done for Fedora and Arch Linux previously and I'm curious about SVN/Subversion for managing the Ports Collection. So far, I only worked with GIT, though this helped me enough to do svn checkout of the Ports Tree to /usr/ports...
  5. Hornpipe2

    gmake vs gmake-lite...

    I am curious about the status of these two ports. devel/gmake is the "full featured" gmake port, with a config option to enable NLS via devel/gettext. It is often pulled down by other ports during the build process, as it is listed as a USES= dependency in the Makefiles. There is also...
  6. fishlegs

    spdylay port make install fails (10.3+sparc64)

    Hi folks, hoping someone can help with this. I'm an old hat with *nix, but new to fFreeBSD. I can't get www/spdylay to build. None of the output from make config throws anything unusual, but make install fails: make install ...snip... libtool: link: g++48 -O2 -pipe...
  7. fnoyanisi

    Solved Cannot compile simple kernel module

    Hi there, Using 10.3-RELEASE and trying to compile a simple kernel module. My Makefile is really simple.... ~/code/memstat % cat Makefile # Source files for kernel module SRCS=memstat_kmod.c # Declare Name of the kernel module KMOD=memstat # Include kernel module makefile .include...
  8. Maelstorm

    The FreeBSD Documentation Project: fast build?

    I have the documentation project ports and source files installed. I have previously done a full build of the documentation. Is there a setting to tell make to not build the entire document set once everything is built? To build just the stuff that has changed? Similar to NO_KERNCLEAN and...
  9. fender0107401

    Solved FreeBSD and CMake: compilation is fine but end up with linking errors.

    System info: uname -a FreeBSD vm-freebsd 10.2-RELEASE-p7 FreeBSD 10.2-RELEASE-p7 #0: Mon Nov 2 14:19:39 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 % cmake --version cmake version 3.4.1 CMake suite maintained and supported by Kitware (kitware.com/cmake)...
  10. Angel Hess

    www/squid: Fails to build

    I assume Squid 4.0.1 has make errors because it was released just a few days ago? 4.0.1 also does not seem to be in the package install, only 3+ is in pkg install. How long until it is usually in the pkg install database? I tried the usual manual download, config, make, etc. And it seems to have...
Back
Top