From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25116 invoked by alias); 4 Apr 2012 02:02:19 -0000 Received: (qmail 24932 invoked by uid 22791); 4 Apr 2012 02:02:17 -0000 X-SWARE-Spam-Status: No, hits=1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,TW_GC,TW_YG X-Spam-Check-By: sourceware.org Received: from bay0-omc1-s1.bay0.hotmail.com (HELO bay0-omc1-s1.bay0.hotmail.com) (65.54.190.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 Apr 2012 02:02:05 +0000 Received: from BAY147-W64 ([65.54.190.61]) by bay0-omc1-s1.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 3 Apr 2012 19:02:04 -0700 Message-ID: From: Me Myself and I To: Subject: CLASSPATHS, and static inclusion. Date: Wed, 04 Apr 2012 02:02:00 -0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-04/txt/msg00104.txt.bz2 I have managed to get a copy of ecj.jar -I havn't been able to follow the instructions for cygpath very well. Is there a=20 CLASSPATH=3D$CLASSPATH:"/a/b/c/d"; sort of statement I can just put in /etc/profile=A0 , that won't leave any problems for my compiled program (presumably my import statement classes get put in my final gcj program)?=A0 Could I have an example? -As an aside, when it comes to classes in external packages in external (no= n-default) jar files, does one usually have dynamic linking from the gcj compiled program to the= =20 seperate package jar file (needed at runtime), or static linking where=20 the seperate jar necessary classes and related are all physically=20 included inside the gcj compiled program? If I only want static linking of those seperate jar classes (physical inclu= sion), may I get away with a CLASSPATH statement only? =20=09=09=20=09=20=20=20=09=09=20=20 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple