Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 1998 12:27:15 +1030
From:      Greg Lehey <grog@lemis.com>
To:        Peng HaiJie <phj@www.transfar.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: How to build static excutable program?
Message-ID:  <19981218122715.H486@freebie.lemis.com>
In-Reply-To: <367A1D70.776909F1@www.transfar.com>; from Peng HaiJie on Fri, Dec 18, 1998 at 09:16:32AM %2B0000
References:  <367A1D70.776909F1@www.transfar.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, 18 December 1998 at  9:16:32 +0000, Peng HaiJie wrote:
> It the first time that I make a static excutable  program.
> I have tried  the following lines:
>         gcc -static -o foo foo.c
> but gcc tells that there are some undefined references .
> What is the matter?

You've forgotten to specify some libraries.  These ``undefined
references'' messages tell you what you've forgotten.

> How to build static excutable program?Please  give me an
> example

  $ gcc -static -o foo foo.c

This is a typical example, of course, of ``I'd like to help you, but
you haven't specified your problem''.

Greg
--
See complete headers for address, home page and phone numbers
finger grog@lemis.com for PGP public key

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



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