*BSD News Article 35748


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!bunyip.cc.uq.oz.au!munnari.oz.au!sgiblab!spool.mu.edu!howland.reston.ans.net!news.cac.psu.edu!news.tc.cornell.edu!travelers.mail.cornell.edu!newstand.syr.edu!rodan.syr.edu!smcarey
From: smcarey@rodan.syr.edu (Shawn M Carey)
Newsgroups: comp.os.386bsd.questions
Subject: Re: [FreeBSD] compiling emacs
Date: 12 Sep 1994 21:09:33 GMT
Organization: Syracuse University, Syracuse, NY
Lines: 22
Message-ID: <352g2d$e6p@newstand.syr.edu>
References: <SEB.94Sep12211637@calvados.eua.ericsson.se>
NNTP-Posting-Host: rodan.syr.edu

In article <SEB.94Sep12211637@calvados.eua.ericsson.se> seb@erix.ericsson.se (Sebastian Strollo) writes:
>
>
>Well, I know someone have done this before...
>I am trying to compile emacs-19.25 on my FreeBSD-1.1.5.1 machine.
>I first installed gmake and then I did:
>
>% configure i386-intel-386bsd --with-x=no
                        ^^^^^^
>% gmake MAKE=gmake
>
>Then linking temacs fails with:
>ld: No reference to __DYNAMIC
>

You need to run configure like this:

% configure i386-intel-freebsd --with-x=no


-Shawn Carey