Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2015 09:38:07 +0000
From:      Emma Turing <emma@robotbase.org>
To:        <freebsd-questions@FreeBSD.org>
Subject:   Kickstarter Invitation
Message-ID:  <30485748.20150119093807.54bcd07f7f88d3.78488431@mail134-16.atl141.mandrillapp.com>

next in thread | raw e-mail | index | archive | help
Hi, I'd like to invite you to back our Kickstarter project - The World's
First Personal Robot
<https://www.kickstarter.com/projects/403524037/personal-robot>.  

 We're already 210% funded and the #1 Robot Project on Kickstarter now.

 PERSONAL ROBOT IS THE WHOLE PACKAGE: 

   - The world's first personal assistant robot that can see, hear, smell,
move, and feel
  - The smartest home automation system (supports both Z-Wave and Zigbee)
  -  A photographer, storyteller, companion, security guard, and more
  - Powered by Artificial Intelligence algorithms
  - Open APIs
 
  We're been featured by TechCrunch, Mashable, and VentureBeat.

 Thanks,
 Emma

  

 

    
 
 
 *If you're not interested, please simply reply "don't email" and we'll
stop emailing you immediately.*
From owner-freebsd-questions@FreeBSD.ORG  Mon Jan 19 13:30:05 2015
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id D1A7FF1D
 for <freebsd-questions@freebsd.org>; Mon, 19 Jan 2015 13:30:05 +0000 (UTC)
Received: from mail-la0-x229.google.com (mail-la0-x229.google.com
 [IPv6:2a00:1450:4010:c03::229])
 (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 41DD6C6D
 for <freebsd-questions@freebsd.org>; Mon, 19 Jan 2015 13:30:05 +0000 (UTC)
Received: by mail-la0-f41.google.com with SMTP id gm9so2711280lab.0
 for <freebsd-questions@freebsd.org>; Mon, 19 Jan 2015 05:30:03 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:from:date:message-id:subject:to:content-type;
 bh=3LJcJ3MCaIGz5/zo0PD29T7MQyZ1guPIFXk6TGBBYuo=;
 b=nFFpLpJjwA9VAc+cULnLe36r2b0Qp8AEA0UOgjpNo+kVI5/mE4hKXzW+9Bth2jLI9q
 4KL6othLpfIxG1zDpbUFUqEyLCVXoncd4AD63Z7xExtAVfe3MoZSELIMFdVCcQThUz7X
 C0z7BJfK5ZS98jRLBK4dU9PMKM0ZWrpJyczEepze1JjANeWujcdZCFJalSCBS6qmfRxR
 NRf4jRPN0XJ1LeKngfi85YpuxxJyXaO7S9tBWQGAYTeC9+VUJ0npGEhzPUbLnc77taFH
 jH0pBkpWzfy9uPCzeDa5tCurVg8psUg/CLcHhg2OovRXRU46+n/XoDrhOOLdRrM3KbbK
 +wXQ==
X-Received: by 10.112.119.201 with SMTP id kw9mr30592783lbb.99.1421674203168; 
 Mon, 19 Jan 2015 05:30:03 -0800 (PST)
MIME-Version: 1.0
Received: by 10.112.20.229 with HTTP; Mon, 19 Jan 2015 05:29:22 -0800 (PST)
From: Odhiambo Washington <odhiambo@gmail.com>
Date: Mon, 19 Jan 2015 16:29:22 +0300
Message-ID: <CAAdA2WNpTpnQ_7KO10mEnoz7w9=TU+iSOcjo=Wi=asxk5aopww@mail.gmail.com>
Subject: FreeBSD 10 and manually compile applications without gcc
To: User Questions <freebsd-questions@freebsd.org>, 
 Matthew Seaman <m.seaman@infracaninophile.co.uk>
Content-Type: text/plain; charset=ISO-8859-1
X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/>;
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 19 Jan 2015 13:30:06 -0000

Now, suppose I did not install gcc from the ports and I'd like to install
an application by hand using native tools for FreeBSD 10.x, how do I do
that?
I need a lecture on this:-)

For instance, I want to install squid-3.5.1 by hand so I have done the
following:

root@mail:~wash/ILI/Squid/3.5/squid-3.5.0.4 # pwd
/usr/home/wash/ILI/Squid/3.5/squid-3.5.0.4

./configure --prefix=/opt/squid35 \
        --enable-removal-policies="lru heap" \
        --disable-epoll \
        --enable-auth \
        --enable-auth-basic="DB NCSA PAM MSNT PAM POP3 SSPI MSNT" \
        --enable-external-acl-helpers="session unix_group file_userip" \
        --enable-auth-ntlm="smb_lm SSPI" \
        --enable-auth-negotiate="SSPI kerberos" \
        --with-pthreads \
        --enable-storeio="ufs diskd aufs" \
        --enable-delay-pools \
        --enable-snmp  \
        --with-openssl=/usr \
        --enable-forw-via-db \
        --enable-cache-digests \
        --enable-wccpv2 \
        --enable-follow-x-forwarded-for \
        --with-large-files \
        --enable-large-cache-files \
        --enable-error_default_language=English \
        --enable-esi \
        --enable-kqueue \
        --enable-icap-client \
        --enable-kill-parent-hack \
        --enable-ssl \
        --enable-leakfinder \
        --enable-ssl-crtd \
        --enable-url-rewrite-helpers \
        --enable-xmalloc-statistics \
        --enable-stacktraces \
        --enable-zph-qos \
        --enable-eui \
        --enable-pf-transparent \
        --enable-ipf-transparent

After that, I type `make` and it all boomerangs:-)

root@mail:~wash/ILI/Squid/3.5/squid-3.5.0.4 # make
Making all in compat
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H    -I..
-I../include  -I../lib -I../src  -I../include  -I/usr/include  -I/usr/
include  -I../libltdl -I/usr/include -I/usr/local/include/libxml2  -Werror
-Qunused-arguments  -D_REENTRANT -I/usr/local/include -MT eui64_aton.l
o -MD -MP -MF .deps/eui64_aton.Tpo -c -o eui64_aton.lo eui64_aton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I.. -I../include -I../lib -I../src
-I../include -I/usr/include -I/usr/include -I../libltdl -I/usr/include
 -I/usr/local/include/libxml2 -Werror -Qunused-arguments -D_REENTRANT
-I/usr/local/include -MT eui64_aton.lo -MD -MP -MF .deps/eui64_aton.Tpo -c
eui64_aton.c  -fPIC -DPIC -o .libs/eui64_aton.o
gcc: error: unrecognized command line option '-Qunused-arguments'
*** Error code 1

Stop.
make[1]: stopped in /usr/home/wash/ILI/Squid/3.5/squid-3.5.0.4/compat
*** Error code 1

Stop.
make: stopped in /usr/home/wash/ILI/Squid/3.5/squid-3.5.0.4



Don't laugh at me. I am playing catch with this 10.x series

I am told the following:

"This is a clang specific option.

Please be aware that on FreeBSD 10+ the default compiler is clang and Squid
FreeBSD 10 packages are designed to build with that compiler.
Any CXXFLAGS or similar environment variables the packaging builds Squid
with will be tuned for Clang not GCC."

Can someone please translate that into normal English? :-)

Matthew, please?



-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
"I can't hear you -- I'm using the scrambler."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?30485748.20150119093807.54bcd07f7f88d3.78488431>