[Kde-perl] Embedding perl in Qt

Matthew Pressly mpressly at claborn.net
Thu Sep 7 00:12:56 CEST 2006


On Tue, Sep 05, 2006 at 07:52:21PM -0700, Ashley Winters wrote:
> 
> That would be okay if you were compiling the program in one stage, but
> your Makefile is using -c to compile one source file at a time.
> 
> For each source file, use -e ccopts  (without the ldopts)
> 
> For the final run of g++ to make the executable, which won't have any
> .cpp files listed in the command-line, use -e ldopts.
> 
> Ashley Winters
> 

That worked. Thank you.

-- 
Matthew



More information about the Kde-perl mailing list