Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Nov 1999 17:02:05 -0500
From:      pete collins <pete@postpagan.com>
To:        Carl Johan Madestrand <calle.madestrand@norrgarden.se>
Cc:        freebsd-mozilla@FreeBSD.ORG
Subject:   Re: cant compile port
Message-ID:  <3824A55D.FAED4737@postpagan.com>
References:  <19991106214105.E370@norrgarden1.norrgarden.se>

index | next in thread | previous in thread | raw e-mail

Here is my build script.
Use whatever you find usefull.


pete


-------------------------------------------------


#!/usr/local/bin/bash

rm -rf /root/.mozilla

wait

rm config.log config.cache config.status;

gmake realclean;

wait;

gmake clobber_all;

wait;

env CC=egcc CXX=eg++ gcc=egcc \
GTK_CONFIG=/usr/X11R6/bin/gtk12-config \
./configure --with-pthreads --disable-tests --enable-optimize \
--with-jpeg=/usr/local/lib  --with-png=/usr/local/lib;


wait;

env CC=egcc CXX=eg++ gcc=egcc \
GTK_CONFIG=/usr/X11R6/bin/gtk12-config \
gmake;

wait;

printf          "finished\n\n";





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



help

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