Hi,

found the problem (nevertheless strange that 1 "prefix" does not make a
problem):

> I compile with the following statements:
> 
>   csc -s A.scm 
>   csc -s B.scm
>   csc C.scm

The solution is:

  csc -s -J A.scm
  csc -s A.import.scm

  csc -s -J B.scm
  csc -s B.import.scm

  csc C_2.scm

Now there are 2 warnings

  Warning: extension `A' is currently not installed
  Warning: extension `B' is currently not installed

but the compile process succeeds.

Martin

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to