Blame view

Giac_maj/giac-1.4.9/src/xcas.cc 279 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
10
11
12
  #include "config.h"
  #ifdef HAVE_LIBFLTK
  #include "hist.cxx"
  #else
  #include <stdio.h>
  using namespace std;
  int main(){
    printf("No GUI support, try cas instead or recompile Giac with\n");
    printf("./configure --enable-fltk-support\n");
    printf("make clean ; make\n");
  }
  #endif