[clean-list] Compiling under Linux
John van Groningen
johnvg at cs.ru.nl
Mon Dec 3 17:19:35 MET 2007
Philippos Apolinarius wrote:
>...
>
>2 --- On Linux, I compiled the four C files, and linked them as a dynamic library, exactly as on Windows.
>
>gcc -shared fileselect.o image.o japilib.o japi4c.o -o reco.so
>
>The problem is that I do not know how to link the dynamic library to a Clean program from Linux.
You can do this by adding
-l library_file_name
to the arguments for clm.
So in this case:
-l reco.so
Kind regards,
John van Groningen
More information about the clean-list
mailing list