Help for this page

Select Code to Download


  1. or download this
      9 use Inline (
      10         C => "DATA",
    ...
      21    );
      22 print "CCFLAGS =>|$Config{ccflags}|$ENV{CFLAGS}|$ENV{CPPFLAGS}|\n
    +";
      23 print "LDDLFLAGS =>|$Config{lddlflags}|$ENV{LDFLAGS}|\n";
    
  2. or download this
    root@gk-kubuntu-dev:~/dav/Nevada# perl kk.pl
    Use of uninitialized value in concatenation (.) or string at /usr/lib/
    +perl5/Device/USB.pm line 10.
    ...
    CCFLAGS =>|-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-
    +strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FIL
    +E_OFFSET_BITS=64|||
    Use of uninitialized value in concatenation (.) or string at /usr/lib/
    +perl5/Device/USB.pm line 23.
    LDDLFLAGS =>|-shared -L/usr/local/lib -fstack-protector||
    
  3. or download this
     9 $ENV{CFLAGS} = 'A';
      10 $ENV{CPPFLAGS} = 'B';
    ...
      27    ); 
      28 print "CCFLAGS =>|$Config{ccflags}|$ENV{CFLAGS}|$ENV{CPPFLAGS}|\n
    +";
      29 print "LDDLFLAGS =>|$Config{lddlflags}|$ENV{LDFLAGS}|\n";
    
  4. or download this
    Use of uninitialized value in concatenation (.) or string at /usr/lib/
    +perl5/Device/USB.pm line 16.
    Use of uninitialized value in concatenation (.) or string at /usr/lib/
    +perl5/Device/USB.pm line 16.
    Use of uninitialized value in concatenation (.) or string at /usr/lib/
    +perl5/Device/USB.pm line 16.
    CCFLAGS =>|-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-
    +strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FIL
    +E_OFFSET_BITS=64|A|B|
    LDDLFLAGS =>|-shared -L/usr/local/lib -fstack-protector|C|