View Issue Details

IDProjectCategoryView StatusLast Update
0013109Open CASCADEOCCT:Configurationpublic2006-08-02 09:33
ReporterydeAssigned Toimv  
PrioritynormalSeveritytrivial 
Status closedResolutionduplicate 
OSLinux 
Summary0013109: syntax error in Makefile.am
DescriptionSources :

caf/001/{x}3



Error :

couldn't load file
"/home_nfs/legrand/occ/install/ros/../wok/lib/lin/libwokcmd.so":
/home_nfs/legrand/occ/install/ros/../wok/lib/lin/libwokcmd.so: undefined
symbol: _ZN14WOKAPI_Command10ProfileMgtERK14WOKAPI_SessioniRKPPcR15WOKTools_Return



Locate Error:

[legrand@ns0 wok_entities]$ ldd
/home_nfs/legrand/occ/install/ros/../wok/lib/lin/libwokcmd.so
       libdl.so.2 => /lib/libdl.so.2 (0x2000000800060000)
       libm.so.6.1 => /lib/tls/libm.so.6.1 (0x2000000800090000)
       libc.so.6.1 => /lib/tls/libc.so.6.1 (0x2000000800130000)
       /lib/ld-linux-ia64.so.2 => /lib/ld-linux-ia64.so.2 (0x2000000800000000)




PB :

Link problem.

Miss link with OCC lib.

In Makefile.am, there are syntax error in variable "name" of {lib}_la_LIBADD .

With the error of syntax {lib}_la_LIBADD become undefine. Solve

correct variable name "{lib}_la_LIBADD" in :

XmlXCAFPlugin/Makefile.am
WOKLibs/Makefile.am
StdPlugin/Makefile.am
XmlPlugin/Makefile.am
XCAFPlugin/Makefile.am
XmlLPlugin/Makefile.am
BinLPlugin/Makefile.am
BinPlugin/Makefile.am
XCAFPlugin/Makefile.am
StdLPlugin/Makefile.am
TagsNo tags attached.
Test case number

Relationships

has duplicate 0011579 closedimv Incorrect Makefiles for XmlLPlugin 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2006-08-02 11:16 bugmaster Assigned To bugmaster => imv
2006-08-02 11:16 bugmaster Status new => assigned
2006-08-02 11:16 bugmaster Category => DEVENV
2006-08-02 11:16 bugmaster QAContact in development version => bugmaster
2006-08-02 11:33 bugmaster Status assigned => closed
2006-08-02 11:33 bugmaster Resolution @0@ => duplicate
2011-08-02 11:15 bugmaster Category OCCT:DEVENV => OCCT:Development Environment
2014-01-11 11:58 abv Category OCCT:Development Environment => OCCT:Configuration