Isode-8.0


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Isode-8.0
# 1  
Old 07-30-2014
Isode-8.0

Hi, i have problem with compile isode 8.0 on CentOS 6.5. There are missing lib name "libx25tcp.h". Maybe someone of u have this or know where i can find it?
I know that open source is old, but I need this because isode implements FTAM protocol and can be used with XOT, what I need is to send a small test file to the server.
If anyone of you would be able to help me I would be very happy.
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
groovyc(1)						      General Commands Manual							groovyc(1)

NAME
groovyc - compiler for groovy source files DESCRIPTION
usage: groovyc [options] <source-files> options: --classpath <path> Specify where to find the class files. -d <arg> Specify where to place generated class files. -e,--exception Print stack trace on error. --encoding <encoding> Specify the encoding of the user class files. -F <flag> -h,--help Print a synopsis of standard options. -j,--jointCompilation Attach javac compiler to compile .java files. -J <property=value> --sourcepath <path> Specify where to find the source files. --temp <temp> -v,--version Print the version. options: --classpath <path> Specify where to find the class files. -d <arg> Specify where to place generated class files. -e,--exception Print stack trace on error. --encoding <encoding> Specify the encoding of the user class files. -F <flag> -h,--help Print a synopsis of standard options. -j,--jointCompilation Attach javac compiler to compile .java files. -J <property=value> --sourcepath <path> Specify where to find the source files. --temp <temp> -v,--version Print the version. SEE ALSO
groovy(1) AUTHOR
This manual page was generated using help2man and edited by Varun Hiremath <varun@debian.org>, for the Debian project (but may be used by others). December 2007 groovyc(1)