View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001065CMakepublic2004-08-17 11:212004-08-18 09:24
ReporterMathieu Malaterre 
Assigned ToSystem Admin 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001065: xlC and shared lib on Mac
DescriptionxlC on the Mac doesn't understand the -dynamiclib. Need to modif Darwin.cmake so that flags are defined only for gcc.

/opt/ibmcmp/vac/6.0/bin/xlc: 1501-216 command option -dynamiclib is not recognized - passed to ld
/usr/bin/ld: unknown flag: -dynamiclib
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0001385)
Mathieu Malaterre (developer)
2004-08-17 18:55

From documentation:
-qmkshrobj[=<num>]
  Creates a shared object from the generated object
  files. -qmkshrobj also causes -qnocommon to be
  set.
 
  (C++) The optional number specifies the priority
        level for the file.
(0001386)
Mathieu Malaterre (developer)
2004-08-17 18:55

xlC online reference:
http://www.absoft.com/Products/Compilers/C_C++/XLC/docs/compiler/ref/ruoptlst.htm [^]
(0001387)
System Admin (reporter)
2004-08-18 09:24

Done. CMake is using Darwin-xlc.cmake.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team