Menu

#1105 configure option --program-suffix adds suffixes to unwanted files

v0.43
open
nobody
2
2013-09-03
2013-08-11
Kaj Ailomaa
No

When building pd-extended from git source, configure option --program-suffix on Linux adds suffixes to

/usr/bin/pd
/usr/lib/pd-extended/pd-watchdog
/usr/lib/pd-extended/tcl/pd-gui.tcl

Should only add a suffix to the first of those.

Discussion

  • IOhannes m zmölnig

    • labels: pd-extended --> pd-extended, buildsystem
    • Priority: 5 --> 2
     
  • IOhannes m zmölnig

    the "--program-suffix" acts standard-conformant by adding the "suffix" to all "programs".

    probably the correct solution would be make "pd-foo" (with '-foo' suffix) call "pd-watchdog-foo" and "pd-gui.tcl-foo"

    as for now, i suggest using the --program-transform-name option to configure, as in:

    ./configure --program-transform-name='s/pd$/pd-foo/'
    
     

Anonymous
Anonymous

Add attachments
Cancel