[Jslib] Re: xpcshell

Pete Collins pete@mozdev.org
Wed, 23 Jan 2002 20:36:36 -0500


> So what am I doing wrong?


Easy . . .

$ export MOZ_DIST=/D/mozilla/dist/bin
$ ./configure
loading cache ./config.cache
checking for unzip... (cached) /usr/local/bin/unzip
checking for zip... (cached) /usr/local/bin/zip
checking MOZ_DIST ... /D/mozilla/dist/bin
creating ./config.status
creating Makefile
$ gmake link
finished creating sym links for jslib

;-)

--pete