Thread

Posted on Thu Feb 7 14:15:13 2008 by awmarsh
make command not run
when i run make command then followinf errors come....... I see you're using perl 5.008008 on sun4-solaris, okay. Remember to actually *read* the README file! Use 'make' to build the software (dmake or nmake on Windows). Then 'make test' to execute self tests. Then 'make install' to install the DBI and then delete this working directory before unpacking and building any DBD::* drivers. Writing Makefile for DBI root@P361XCFYAP # make gcc -c -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -I/opt/gnu/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.56\" -DXS_VERSION=\"1.56\" -fPIC "-I/usr/local/lib/perl5/5.8.8/sun4-solaris/CORE" -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter -DDBI_NO_THREADS Perl.c cc1: error: unrecognized option `-Wdeclaration-after-statement' *** Error code 1 make: Fatal error: Command failed for target `Perl.o' root@P361XCFYAP #
Direct Responses: 7033 | Write a response
Posted on Thu Feb 7 15:35:05 2008 by exiftool in response to 7031
Re: make command not run
If you are trying to confuse me, it is working. I am not on sun4-solaris. Is this the system you are using? If not, you still haven't told me what system you are running. There are many different types of "Unix".

But as mentioned several times in the documentation, you do NOT need to run "make" to install exiftool. Just move "exiftool" and the "lib" directory to any directory in your PATH. Then run it by typing "exiftool".
Write a response