Help for this page

Select Code to Download


  1. or download this
    (($^O =~ /MSWin32/)
    ? ('LIBS' => ['"-lC:\\Program Files\\IVI Foundation\\VISA\\WinNT\\lib\
    +\msc\\visa32.lib"'],
    ...
    'INC' => '-I/usr/local/include/',
    )
    ),
    
  2. or download this
    C:\Strawberry\cpan\Lab-VISA-3.02>perl Makefile.PL CC=/usr/bin/gcc
    Note (probably harmless): No library found for -lvisa
    ...
    compilation terminated.
    Makefile:336: recipe for target `visa_wrap.o' failed
    make: *** [visa_wrap.o] Error 1
    
  3. or download this
    #This is where the problem occurs.
    .c$(OBJ_EXT):
        $(CCCMD) $(CCCDLFLAGS) "-I$(PERL_INC)" $(PASTHRU_DEFINE) $(DEFINE)
    + $*.c