-
32 bit linking on RW sourcepro9
Hello,
I am trying to link Rouge Wave 64-bit to a 32 bit application :-
CC -mt -D_REENTRANT -G -KPIC -xarch=v8plus -D_RWCONFIG_12d -DRW_CLASSIC_STRING_CLASSES -I/hfx/opt/sourcepro9 -c myApp.cpp
Linking myApp
CC -mt -D_REENTRANT -xarch=v8plus myApp.o -o myApp -Bdynamic -L../lib -L/hfx/opt/sourcepro9/lib -ltls71012d -L../lib -lsocket
ld: fatal: file /hfx/opt/sourcepro9/lib/libtls71012d.so: wrong ELF class: ELFCLASS64
ld: fatal: File processing errors. No output written to myApp
*** Error code 1
make: Fatal error: Command failed for target `myApp'
According to the documentation I can find, v8plus makes an application 32-bit.
This works fine until I try to link to RW sourcepro9 (64 bit).
As you can see the compiler does not like linking 64-bit libraries to a 32-bit application.
I accept this, but is there any workaround ?
Many thanks.
Similar Threads
-
By simplyvenky10 in forum C++
Replies: 3
Last Post: 02-20-2007, 10:07 AM
-
Replies: 5
Last Post: 02-08-2007, 04:02 PM
-
By MacataQ in forum VB Classic
Replies: 4
Last Post: 07-26-2005, 02:24 PM
-
By Ram in forum VB Classic
Replies: 0
Last Post: 11-14-2001, 01:02 PM
-
By Ram in forum VB Classic
Replies: 0
Last Post: 11-14-2001, 01:02 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|