Re: [Fink-devel] qtiplot - an example of 'flag-sort'

2009-06-26 Thread Alexander Hansen
(adding jfm back) Daniel Macks wrote: On Thu, Jun 25, 2009 at 08:27:10PM +0200, Alexander Hansen wrote: Jean-Fran?ois Mertens wrote: Too lazy to try fixing this cmake stuff.. (sure there must be a way, either to fix the flag-ordering, or to change compiler and linker); so, dirty

Re: [Fink-devel] qtiplot - an example of 'flag-sort'

2009-06-26 Thread Alexander Hansen
Alexander Hansen wrote: (adding jfm back) Daniel Macks wrote: On Thu, Jun 25, 2009 at 08:27:10PM +0200, Alexander Hansen wrote: Jean-Fran?ois Mertens wrote: Too lazy to try fixing this cmake stuff.. (sure there must be a way, either to fix the flag-ordering, or

Re: [Fink-devel] qtiplot - an example of 'flag-sort'

2009-06-26 Thread Daniel Macks
On Fri, Jun 26, 2009 at 09:27:36AM +0200, Alexander Hansen wrote: Daniel Macks wrote: On Thu, Jun 25, 2009 at 08:27:10PM +0200, Alexander Hansen wrote: Jean-Fran?ois Mertens wrote: ln ../c++ ../cc I *think* that last line should be ln c++ ../cc (otherwise ../cc points to

Re: [Fink-devel] qtiplot - an example of 'flag-sort'

2009-06-26 Thread Jean-François Mertens
On 25 Jun 2009, at 22:27, Daniel Macks wrote: ln ../c++ ../cc Sorry to have been offline.. Thanks AKH ! If this idiom is popular, would be easy enough to add a pile of cc and c++ (and gcc and g++) wrappers in a bindir as part of flag-sort. Might be convenient, right, as a last

Re: [Fink-devel] qtiplot - an example of 'flag-sort'

2009-06-26 Thread Alexander Hansen
Jean-François Mertens wrote: On 25 Jun 2009, at 22:27, Daniel Macks wrote: ln ../c++ ../cc Sorry to have been offline.. Thanks AKH ! If this idiom is popular, would be easy enough to add a pile of cc and c++ (and gcc and g++) wrappers in a bindir as part of flag-sort. Might be

[Fink-devel] qtiplot - an example of 'flag-sort'

2009-06-25 Thread Jean-François Mertens
The following is a rather frequent type of problem ; one new way to solve it is using dmacks' flag-sort package. The build of qtiplot-qt4-x11 broke down with: c++ -c -pipe -O2 -Wall -W -D__USE_WS_X11__ -DSCRIPTING_CONSOLE - DSCRIPTING_DIALOG -DQT_PLUGIN -DSCRIPTING_MUPARSER -

Re: [Fink-devel] qtiplot - an example of 'flag-sort'

2009-06-25 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jean-François Mertens wrote: The following is a rather frequent type of problem ; one new way to solve it is using dmacks' flag-sort package. The build of qtiplot-qt4-x11 broke down with: c++ -c -pipe -O2 -Wall -W -D__USE_WS_X11__

Re: [Fink-devel] qtiplot - an example of 'flag-sort'

2009-06-25 Thread Daniel Macks
On Thu, Jun 25, 2009 at 08:27:10PM +0200, Alexander Hansen wrote: Jean-Fran?ois Mertens wrote: Too lazy to try fixing this cmake stuff.. (sure there must be a way, either to fix the flag-ordering, or to change compiler and linker); so, dirty solution : Adding to the patchscript the