Re: Embedding perl in Qt

Matthew Pressly <[email protected]> Wed, 6 Sep 2006 17:12:56 -0500
Newsgroups gmane.comp.kde.devel.perl
Message-ID <[email protected]>
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