/[gcl]/gcl/o/fasldlsym.c
ViewVC logotype

Diff of /gcl/o/fasldlsym.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by camm, Thu Jul 25 19:08:24 2002 UTC revision 1.4 by camm, Wed Jul 31 22:48:44 2002 UTC
# Line 100  fasload(faslfile) Line 100  fasload(faslfile)
100  #endif  #endif
101    {    {
102      char com[600];      char com[600];
103      snprintf(com,sizeof(com),"ld -shared %s -o %s",filename,buf);      snprintf(com,sizeof(com),"cc -shared %s -o %s",filename,buf);
104      system(com);      system(com);
105    }    }
106    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26