Compile the .b programs in jBASE4.1
- KingArthur
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 75
- Thank you received: 1
19 years 3 months ago #2000
by KingArthur
Compile the .b programs in jBASE4.1 was created by KingArthur
Hi,
To compile the .b programs (c programs) it is using the jbc command. Is this command still available in jbase 4.1 (I know it is available in jbase 4.0)
We are now in the upgrade process from G12 to G15 (jbase 4.0 to jbase 4.1) so when trying to install the Message Broker interface we couldn't find the jbc compiler. If it not available in 4.1 then what is the replacement used instead of it.
Pls get back to me asap.
_________________
King Arthur
To compile the .b programs (c programs) it is using the jbc command. Is this command still available in jbase 4.1 (I know it is available in jbase 4.0)
We are now in the upgrade process from G12 to G15 (jbase 4.0 to jbase 4.1) so when trying to install the Message Broker interface we couldn't find the jbc compiler. If it not available in 4.1 then what is the replacement used instead of it.
Pls get back to me asap.
_________________
King Arthur
Please Log in or Create an account to join the conversation.
- malai
-
- Offline
- Platinum Member
-
Less
More
- Posts: 509
- Thank you received: 11
19 years 3 months ago #2001
by malai
Replied by malai on topic Compile the .b programs in jBASE4.1
Hi
jbc is no longer supported from jBASE4.1. The replacement for jbc is jcompile.
jBASE4.0
Command jbc is used to compile the .b programs to object (.o) files.
Command jBuilsSlib is used to create shared library (.so) files.
Example:
-->jbc -c MyRoutine.b -o MyRoutine.o
-->jBuildSLib -o libMyLib MyRoutine.o
jBASE4.1
These 2 commands are combined in jcompile. For more information see the topic 'Creating libraries using jcompile' in this forum.
_________________
M A L A I
jbc is no longer supported from jBASE4.1. The replacement for jbc is jcompile.
jBASE4.0
Command jbc is used to compile the .b programs to object (.o) files.
Command jBuilsSlib is used to create shared library (.so) files.
Example:
-->jbc -c MyRoutine.b -o MyRoutine.o
-->jBuildSLib -o libMyLib MyRoutine.o
jBASE4.1
These 2 commands are combined in jcompile. For more information see the topic 'Creating libraries using jcompile' in this forum.
_________________
M A L A I
Please Log in or Create an account to join the conversation.
- Pat
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
19 years 3 months ago #2002
by Pat
Replied by Pat on topic Compile the .b programs in jBASE4.1
The 'jbc' command has been replaced with the 'jcompile' command on jBASE 4.1.
'BASIC' and 'CATALOG' commands are also available on both jBASE 4.0 and jBASE 4.1
'BASIC' and 'CATALOG' commands are also available on both jBASE 4.0 and jBASE 4.1
Please Log in or Create an account to join the conversation.
Time to create page: 0.033 seconds