Overview of Changes in 1.14: Skip tests for pkg-config binary with the '--max-version' switch on
OpenBSD 5.2; Updated Makefile.PL to use a META_MERGE block with WriteMakefile().
I have been trying it from a long time now and this time it got my nerves...
The commands make and make install used to install a program from an extracted tar ball never work for some reason...
The make command gives me the error-
make: *** No targets specified and no makefile found. Stop.
and the make install command gives me the error
make: *** No rule to make target `install'.
Hi,
I have executed the below perl code to check whether SOAP module is working or not.
#!/usr/bin/perl
use SOAP::Transport::HTTP;
print "Hai";
But I got the below error message:
Can't locate SOAP/Transport/HTTP.pm in @INC (@INC contains: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8
/usr/lib/perl5/site_perl
/usr/lib64/perl5/vendor_p
Overview of Changes in 1.13: Correctly handle major-only versions, like '2' (RT#68246); Update the test output; Update the file manifests; Make git ignore generated files. View the source in the Gtk2-Perl git repo at: http://git.gnome.org/browse/perl-ExtUtils-PkgConfig/tag/?id=rel-1-13 or download the source release at: http://downloads.sourceforge.net/gtk2-perl/ExtUtils-PkgConfig-1.13.tar.gz
While doing the perl -MCPAN -e 'install Module::Build'; it gives the following error, How can I resolve it ?
/usr/bin/perl Build --makefile_env_macros 1
Can't locate Perl/OSType.pm in @INC (@INC contains: t/lib t/bundled lib /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-mult
Hi, I am trying to compile a program that worked/compiled on thursday 4 days ago on the same machine and now I get a strange error...(the program is school assignment)make: *** No rule to make target `/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/include/stddef.h', needed by `SimpleViewer.o'.
I am just trying to learn how to driver modules for Linux Kernel. I followed Linux Device drivers 3rd edition book and started my work. I created a sample program and makefile. Please find my makefile contents below.
obj-m += testModule.o
make -C /lib/modules/3.2.36/build M=$(PWD) modules
I saved this makefile in my home directory.
Hi,
I am compiling a software with cmake 2.8.4 on scientific linux 6.
When I run make, there are many error messages like
Code:
No rule to make target `/usr/lib64/libXt.so', needed by `bin/MRASegmentationEx'. Stop.
There is no libXt.so in /usr/lib64, but libXt.so.6 and libXt.so.6.0.0.
I also checked with ldd what libraries does MRASegmentationEx need.
Changes in this release: Create import libraries if necessary to fix linking when gcc is used on MSWin32 (Strawberry Perl, for example).