On Wed, Jan 19, 2011 at 05:42:00PM +0100, Francesco Viscomi wrote:
> Hi,

Hi,

> i'm new to linux, so hoping that do not make ungry some one. :)

Questions should never make anybody angry ;)

> 
> I've installed on my machine i686 cygwin, and all package like boost,
> qt3,make and after so much work, i was able to run
> ./configure  in the directory pdfedit-0-4-5. with the following command:
> ./configure QTDIR=/usr/share/qt3
>  and this goes well.

yes

> 
> After that to get pdfedit working i have to run the following:
> make install

yes.Your log doesn't seem to be complete, though. But I guess that the
compilation (which is the fist part) went OK.
Please note that you do not need any special privileges for the compilation.
On the other hand you have to be root in order to install files to the
default directory (which is /usr/local/).
So I would suggest to make the process 2 steps
1) normal user
make
2) root
su
TYPE YOUR PASSWD
make install

This will install all pdfedit file to the proper location and you can
run it by
/usr/local/bin/pdfedit
or if your PATH (environment variable) contains /usr/local/bin, then
simply by 
pdfedit

> 
> BUT THIS DOES NOT WORK,

It would be helpful to describe what actually doesn't work ;)

> 
> in attached you'll find the log product by ./configure "config.log"
> and the file product by make install (log_make)

> 
> 
> Could you help me!!!
> 
> 
> -- 
> Ing. Viscomi Francesco

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Pdfedit-support mailing list
Pdfedit-support@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pdfedit-support

Reply via email to