Search results

  1. C

    Ada X11 compilation -- help needed

    I'm trying to get X11 programs coded in Ada95 to compile. For this i made a small shell script called Xgnatmake : #!/bin/tcsh # Mise en place des variables d'environement setenv ADA_OBJECTS_PATH /usr/local/Bindings/X11 setenv ADA_INCLUDE_PATH /usr/local/Bindings/X11 # Compilation...
  2. C

    net sharing with PCs

    All right, let me expose my problem : I want to share my internet connexion from my mac (OS X 10.2.3) to a PC (winXP pro :D ). I just want to know if the PC needs to be configured like if it were a mac. Please answer, thanks.
  3. C

    Ada compiler for OSX

    There is a compiler for Ada at http://www.adapower.net/.
  4. C

    Print center error

    I have an error while trying to add a printer. PrintCenter doesn't want to do anything. I tried to reinstall the driver but nothing does (it used to work well in the past). Oooops ! I had the answer @ apple's knowledge base doc 106726 : http://docs.info.apple.com/article.html?artnum=106726
  5. C

    PPP autoreconnect

    Hi everyone ! I'd like to make a shell script that launch automatically on PPP disconnect, that reconnect and launch nat sharing (i know how to do that stuff). Anyone can help? :confused:
  6. C

    RPM

    There are lots of source code in RPM. Download the packages (zlib, rpm...) and ./configure --host=ppc-apple-bsd you have RPM.
  7. C

    RPM

    Anyone has an idea on compiling rpm 4 under OSX? There's a lot of source code on this package format, so it may be interesting to have some linux apps ported to OSX... My problem is with the ./configure script (impossible to configure libtool, have to see ./ltconfig, in RPM's folder of...
Back
Top