On Sun, 2016-01-31 at 12:59 +0530, Kaustav Mukherjee wrote:
> After running make, which was successful, I am unable to fins the
libraries that were generated. I searched both the build directory
and original untarred source directory.

        Hi,
did you run only 'make' or also 'make install'? It's the 'make
install', which installs the libraries and header files to the correct
places. What correct places are used depends on your system. I do not
know Mac, I cannot tell you where it writes built files by default. You
can change the prefix when running cmake with added argument:
   -DCMAKE_PREFIX_PATH=prefix -DCMAKE_INSTALL_PREFIX=prefix
where the 'prefix' is your preferred prefix path, like /usr/local/ on
linux systems.

In any case, the 'make'/'make install' is pretty verbose, it writes
what and where it does things in its output (usually).
        Bye,
        zyx

-- 
http://www.litePDF.cz                                 i...@litepdf.cz



------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to