From owner-freebsd-questions Mon Mar 24 18:35:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA02138 for questions-outgoing; Mon, 24 Mar 1997 18:35:17 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA02083 for ; Mon, 24 Mar 1997 18:35:06 -0800 (PST) Received: from Nimbus.CAM.ORG (Nimbus.CAM.ORG [198.168.100.4]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id QAA16109 for ; Mon, 24 Mar 1997 16:44:52 -0800 (PST) Received: from siren.sirn.org (owilson.HIP.CAM.ORG [205.151.117.34]) by Nimbus.CAM.ORG (8.8.4/8.8.4) with SMTP id TAA15151 for ; Mon, 24 Mar 1997 19:41:24 -0500 (EST) Message-ID: <33371F7C.41C67EA6@cam.org> Date: Mon, 24 Mar 1997 19:42:36 -0500 From: Oliver Wilson Organization: SIRN X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.1.5-RELEASE i386) MIME-Version: 1.0 To: FreeBSD Subject: Anyone using XWPE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I have installed XWPE on FreeBSD 2.1.6 running Xwindows 3.2 and received the following error when using the 'run' command on a C++ source that is open in the editor. /tmp/we_205/we_sys_tmp: /tmp/we_205/we_sys_tmp[1]: ././obj: not found type to continue The file was successfully compiled as can be seen from the following messages (I'm using GNU C++ compiler): g++ -c -g /home/oliver/sysdev/ch2/myfirst.C -o ./myfirst.o Success g++ -o ./obj.e ./myfirst.o -lm Success Return-Code: 0 I have the following Compiler-Options set: Compiler; g++ Compiler-Options: -g Loader-Options: -lm Executable obj Language: C++ File-Postfix: .C Cmpiler-Stype: GNU What am I missing in the setup? Why does the error message point to ././obj and not ./obj.e? I very much would like to use XWPE as a development environment. Are there any books or papers in english that woud explain how and where to use the 'user variables'. Any help will be greatly appreciated :) Oliver Wilson --