develooper Front page | perl.perl5.porters | Postings from January 2001

Re: have_library() and family

Thread Previous
From:
Matt Sergeant
Date:
January 18, 2001 02:13
Subject:
Re: have_library() and family
Message ID:
Pine.LNX.4.30.0101181011510.1406-100000@ted.sergeant.org
On Wed, 17 Jan 2001, Matt Sergeant wrote:

> ###############################
> # Actual functions of relevance
> ###############################
>
> use Config;
> use Symbol;
>
> my $LINK = "$Config{ld} -o conftest $Config{ccflags} -I$Config{incpath} %s
> $Config{ldflags} conftest.c %s %s";

Oops, that was supposed to be:

use vars qw/$LINK/;

BEGIN {
  $LINK = "...";
}

-- 
<Matt/>

    /||    ** Director and CTO **
   //||    **  AxKit.com Ltd   **  ** XML Application Serving **
  // ||    ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // **     Personal Web Site: http://sergeant.org/     **
     \\//
     //\\
    //  \\


Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About