Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 402
    • Issues 402
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Issues
  • #2179
Closed
Open
Created Sep 01, 2010 by Robert Bernecky@rbeDeveloper

stdlib make still broken with -mtfast

Bugzilla Link 740
Created on Sep 01, 2010 20:59
Resolution FIXED
Resolved on Sep 02, 2010 09:03
Version svn
OS Linux
Architecture PC

Extended Description

make -j4 mtfast 
make -f buildfile "MTSAC2CFLAGS=-mt" MODE=fat
cd modules/structures/lib/..; sac2c -v0 -O3 -linksetsize 0  -mt ComplexArrayTransform.sac -o lib
cd modules/structures/lib/..; sac2c -v0 -O3 -linksetsize 0  -mt SimpleImage.sac -o lib
cd modules/numerical/lib/..; sac2c -v0 -O3 -linksetsize 0  -mt Blas.sac -o lib
cd world/stdio/lib/..; sac2c -v0 -O3 -linksetsize 0  -mt ScalarIO.sac -o lib
cd world/stdio/lib/..; sac2c -v0 -O3 -linksetsize 0  -mt FibreIO.sac -o lib
cd world/stdio/lib/..; sac2c -v0 -O3 -linksetsize 0  -mt PPM.sac -o lib
ABORT: Cannot find library `libStdIOTree.so' for module `StdIO'
This is Stdlib revision 1396.
It looks like bad dependencies again...
Perhaps we should write a script to generate these makefiles 
automatically. Can someone briefly, and correctly, describe what the criteria for
such a generator would be? E.g., is it enough to collect the set of
'use' statements in all modules, then build a tree from those? 
If not, what is the correct procedure for doing this?
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking