From owner-freebsd-questions Mon Dec 16 04:55:23 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA25742 for questions-outgoing; Mon, 16 Dec 1996 04:55:23 -0800 (PST) Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id EAA25730 for ; Mon, 16 Dec 1996 04:55:19 -0800 (PST) Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA23186; Mon, 16 Dec 96 13:57:34 +0100 Date: Mon, 16 Dec 96 13:57:34 +0100 Message-Id: <9612161257.AA23186@cabri.obs-besancon.fr> From: Jean-Marc Zucconi To: gmarco@scotty.masternet.it Cc: questions@freebsd.org In-Reply-To: <3.0.1.32.19961216094815.00683c68@scotty.masternet.it> (message from Gianmarco Giovannelli on Mon, 16 Dec 1996 09:48:19 +0100) Subject: Re: Pgpperl X-Mailer: Emacs Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> Gianmarco Giovannelli writes: > Is there anyone that use pgperl ( a graphics extension for perl - a macro > language for pgplot) with FreeBSD ? I have the sources but I am not able to > compile it (but it is normal, I am not able to compile nothing :-) > Obviusly there are ports for some platforms but not FreebSD . > If someone is interested the url is : The FreeBSD support should be in the next version because I sent the FreeBSD makefile to the author some time ago :-) Anyway, use the following Makefile.PL.freebsd: use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'PGPLOT', 'VERSION' => '1.0', 'LIBS' => ['-L/usr/local/lib -lcpgplot -lpgplot -lf2c -L/usr/X11R6/lib -lX11 -lm'], 'DEFINE' => '-DHAS_UNIX_FUNCTIONS', # e.g., '-DHAVE_SOMETHING' 'INC' => '', # e.g., '-I/usr/local/pgplot' ); The hard part is to build pgplot itself so that it creates shared libs. > http://www.ast.cam.ac.uk/~kgb/pgperl.html > thanks very much for attention... > Regards... > +-------------------------------------+--------------------+ > | Internet: gmarco@masternet.it | ,,, | > | Internet: gmarco@fi.nettuno.it | (o o) | > | http://www2.masternet.it/~gmarco | ---oo0-(_)-0oo--- | > | http://www2.masternet.it/ | Gianmarco | > +-------------------------------------+--------------------+ Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr =============================================================================