Search results

  1. V

    Error when trying to do a make buildworld

    Pfft, by that logic why not just reply every thread with "just give up" and be done with it. That'd REALLY save even more time. I find the general "door slamming" attitude around here very discouraging, if everyone stop trying what they want to do just because someone else said "it can't be...
  2. V

    Error when trying to do a make buildworld

    Yes I am aware this thread is a few years old, but it is one of the top results in search engines when searching for certain error messages, thought I'd just reply to it to save others some time. :)
  3. V

    Replacing Sendmail with Postfix tough question.

    I am going to reply to this as others will stumbled upon this thread from search engines like I did. As of 2012, sendmail_enable="NONE" should no longer be used, according to sendmail's man page at http://www.freebsd.org/cgi/man.cgi?query=rc.sendmail&sektion=8:
  4. V

    Error when trying to do a make buildworld

    Similar problems are usually caused by not using += in CFLAGS. try this instead: CFLAGS += -O2 -pipe CXXFLAGS += -O2 -pipe ;)
Back
Top