| Limits on number of Locks/Monitors (a.k.a. java.lang.Object) |
|
 |
Index ‹ java-programmer
|
- Previous
- 1
- Men Secret Business and MONEY MONEYhttp://www.webpost.net/as/ashek/evan99
http://www.webpost.net/as/ashek/evan98
http://www.webpost.net/as/ashek/evan97
Millionaire Boys Club. Make Money. SEX and Money. Secret
Sexual Exercise and Exciting Money Making Business. Sell the
Exercise Methods @ UK ?25.00 Worldwide Make UK ?500.00 to
K ?5000.00 More Month with the MLM Business - Make Million
Dollars in an Easy way.
SECRET EXERCISE AND VIRILITY
METHODS for Men: Prolong Your Sexual Staying Power up to Two
Hours or More. A Safe and Simple Secret Exercise does it.
There're other benefits to Exercise Methods **Harder
Erection **Longer Erection **Stop Premature Ejaculation
**Penis Enlargement up to 3 inch i. e. Normal Size + 3 inch
**Deeper Sensations during Orgasm ** Total Potency and
**Better Control. Enlarge Penis, Prolong Your Sexual
Staying Power Two Hours; Drive and Fuck Your Wife/ Partner
Wild and Satisfying her beyond her Expectations. Feel
Younger and Stronger.
- 3
- i18n problem, involving Locale.getDisplayLanguage and Locale.getDisplayCountryLS,
concider the following (ran on a winxp machine under jdk1.3.1)
1: out.println(new Locale("nl", "BE").getDisplayLanguage(new Locale("en",
"US")))
> Belgium
2: out.println(new Locale("nl", "BE").getDisplayLanguage(new Locale("nl",
"NL")))
> Belgi?
3: out.println(new Locale("en", "US").getDisplayLanguage(new Locale("en",
"US")))
> english
4: out.println(new Locale("en", "US").getDisplayLanguage(new Locale("nl",
"NL")))
> english
line 1, 2 and 3 function properly
line 4 doesn't, I would expect "engels" (which is the dutch translation of
"english")
we already determined this behaviour is caused by the
<java_home>/jre/lib/i18n.jar, which isn't fitted with al of the language
specific details.
We know this because when I unpack the jar, decompile the class
java.text.resources.LocaleElements_nl, add translation "engels"* and compile
and jar again, line 4 functions properly
my question is as follows:
Does anybody know the proper way to do this, eg: without decompiling the
i18n.jar
I can't imagine sun proposes such a way.
I can't find any references to how this should be done properly.
Maurice Hulsman
email***@***.com
*) if somebody would like to know exactly what we did, you can always ask
- 3
- Java programmers wantedDear developer,
Do you often wonder who built a certain website and how it is done? And who
manages that website right now?
Strange, but developers usually stay anonymous while they should present
themselfs to get more orders.
We have been working on a website to change this situation:
WebmastersLookup.com. It's a special Searchengine that lookes for
Webpersons, not for Websites.
We want as many webpersons as possible to join us. So that visitors can
search for somebody who will do the job for them. If they find that person
they can view his/her profile and portfolio. They can search on keywords,
skills or location.
For you, the developer, it can be useful when you are looking for someone to
complete your team or project. You can create your own network of
sitebuilders.
We ask people with various skills to join us! For example webmasters,
webdesigners, graphical designers, DBA's, site-owners, marketingmanagers,
frontpage users, contentmanagers, etc. etc.
I know you are active on the internet yourself, thats why I'm asking you to
join. Your membership is free offcourse and you can leave at anytime.
So join us now ! And help us and yourself to fill this network of
sitebuilders. Send this e-mail to other webpeople you know. They can join
your network and benifit from WebmastersLookup to.
The url is http://www.webmasterslookup.com , click on 'Join us'.
Thank you for reading this e-mail.
Kind regards,
Wim Hoogenraad
email***@***.com
- 4
- loggers with different handler propertiesI have two java.util.logging.Loggers that both should use the same
Handler class but with different properties. How should I configure this
using my own properties defined with java.util.logging.config.file?
My current properties file has something like this (unimportant stuff
stripped out):
handlers = java.util.logging.FileHandler
java.util.logging.FileHandler.pattern = /tmp/a_%u.log
java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
But what I would like to do is use two Loggers that write stuff to
different files with different Formatters. Or to be exact, I have
written my own Handler and Formatter implementations, but let's not make
it too complicated. My code looks like this:
Logger a = Logger.getLogger("a");
Logger b = Logger.getLogger("b");
a.log(Level.INFO, "test a");
b.log(Level.INFO, "test b");
But how do I tell to logger b that it should use FileHandler with
pattern "/tmp/b_%u.log" and SimpleFormatter? Now both use FileHandler
properties defined in the properties file. Of course I could hard-code
it like this:
Handler h = new FileHandler("/tmp/b_%u.log");
h.setFormatter(new SimpleFormatter());
b.addHandler(h);
b.setUseParentHandlers(false); // nothing to /tmp/a_%u.log
All I loose this way is the flexibility! I also tried adding facility
specific properties like this to configuration:
b.pattern = /tmp/b_%u.log
b.formatter = java.util.logging.SimpleFormatter
But this does not affect the behaviour of Logger b at all. And how could
it, pattern and formatter are properties of Handler and not of Logger.
Have they really not thought of this, all the examples I found only set
.level per facility!
--
email***@***.com "The more things change the more they suck!"
http://www.iki.fi/sipe/ - Butthead
- 6
- Programming Jokesmuahahahaha
http://www.jokeslide.com/index.php?cmd=4&project_id=78&obby_id=242
- 7
- ORA-29506 when compiling javaWe have an Oracle 9i Release 1 database that is getting the following
error when compiling java functions.
----------------
CREATE OR REPLACE AND COMPILE NOFORCE JAVA SOURCE NAMED Model_Scorer_1
USING CLOB SELECT SOURCE FROM PROSPECT_MODEL WHERE ID =
'40288114141fa66201141fa670b20001';
*
ERROR at line 1:
ORA-29506: invalid query derived from USING clause
ORA-00936: missing expression
-----------------
I looked into this error and a site recommended changing any auto
space management tablespaces to manually managed for 9.1. I already
have the TS's as manually managed, so this isn't the problem.
Does anyone have any ideas? Can 9.1 handle CLOB's at all? Is there a
way I can fix this in 9.1 (I know I should upgrade...)?
Thanks,
Dan
- 12
- Discussion: PHP versus JSPRight... just like they learned VB and C in high-school in the past.
The fact is: learning a language syntax (Java) means jack.
USING Java means you understand OO, have read GoF (at least), and probably
use ANT, JUnit and Log4j. That's not the subject in high-school
class-rooms.
Keep the "High-school students use this technology" in the Microsoft forum.
That's where it belongs.
"nos" <email***@***.com> wrote in message
news:WK4ac.127822$1p.1745804@attbi_s54...
>
> I am surprised that they offer java as a graduate level course.
> Kids today learn this in high school.
>
>
- 13
- Java source code for calculating NPV and IRR.Hi,
I would like calculate NPV and IRR values by passing requirement
values using Java. Is there any chance of getting source for NPV and
IRR in Java? If possible, please do send me source code or any urls
which are having these Java sample code.
Thanks in advance.
Regards,
Surya.
- 13
- Database Visualization?Anyone know the whereabouts of a good visualization tool for monitoring a
database? Most tools that I've seen show primitive graphs or numbers.
I was thinking of a highly visual GUI that graphically showed what was
going on inside the database. It could show an ER diagram that "lit up"
tables when they were accessed, indicated which tables/parts-of-tables were
locked, query times, heat maps a la the old Java-based Smart Money site...
And it allowed you to snap-in visualizations based on interfaces for various
applications.
I'm profiling a Sybase database and the tools that are available are
relatively primitive.
A useful visualization of the database, written in Java, would be very helpful.
Frank G.
+=========================================+
| Crossroads Technologies Inc. |
| Enterprise Java Engineering |
| Web: www.CrossroadsTech dot com |
| Email: fgreco @ crossroadstech dot com |
+=========================================+
- 15
- servlet jdbcHello
I have a web app that is composed by a lot of pages, page1, page2,
page3. Everypage is a servlet. The servlet will eventually redirect to
a jsp.
I am using jndi datasource, thats the first time. I managed
configuring server.xml, web.xml.
Now, in the servlet page1, in its init method, I have code like this:
Context env = (Context) new InitialContext().lookup("java:comp/env");
pool = (DataSource) env.lookup("jdbc/TestDB");
Later, in the doget, I do database operations. So it works so long.
But I am a little bit concerned about the other servlets. How can
servlet named page2, servlet named page3, and so on access the
database? Do they also need to have its own init method, and they also
need the code I showed above? maybe it has to be this way, but it
seems like you do the same job several times.
Isnt there a way to make all the webapp share the Connection pooling
that was created by a single servlet start?
- 16
- JComboBox with wider drop-down (popup)I'm using a JComboBox with my own ListCellRenderer. The goal is to
have the drop-down display a long description of the options while the
non-active JComboBox will only show the first character of the option
after it has been selected.
In a way, the drop-down acts somewhat like a tooltip. I've got all of
this working except that the width of the non-active JComboBox seems
to always be as wide as the drop-down box (whose width is controlled
by the width of the long descriptions).
Is there a way to have the drop-down box width be wider than that of
the idle JComboBox?
Thanks.
Lynn
- 16
- help: System.out.println() when assertions are oni've come across the idea of using assertions with
System.out.println(), but can't get the syntax working. think it was
in head start java, or a similar book.
something like:
assert (true : "System.out.println"assertions turned on");
so that the statement _only_ prints when assertions are on. nothing
happens when assertions aren't on, of course.
thanks,
email***@***.com
http://www.geocities.com/cjavacjava/
- 16
- Problem with resize of JPanelYes... I always here :-P
I have a JFrame with a BorderLayout.
In center there' s a JPanel with a GridLayout. In each cell I have a
Jbutton.
The problem:
JPanel often change dimension and I can't fix it. I use setMaximumSize,
setSize, setMinimunSize, setPreferredSize... but nothing :-(
What is the exactly procedure? :(
Thanks for listen me!!
- Simone -
- 16
- How to load java app from exe binaryI'm wondering how to load java app from a single exe file, just like
eclipse, in which eclipse.exe file launches all eclipse application
written in java.
Does anyone know how to write such exe file using c or cpp to launch
java app. I hate using .bat files
- 16
- Problem with deploying MDBHi!
I am quite new J2EE and JMS and have a question regarding deploying
MDBs. I am using the Sun Application Server and got through the J2EE
Tutorial and tried to get run also some of the sample applications
included. All of the sample apps worked fine and when I want to deploy
an own application I always get that error:
[#|2004-09-14T12:13:46.828+0200|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb.mdb|_ThreadID=13;|MDB00017:
[EventConsumer]: Exception in creating message-driven bean container:
[com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource
not created : ]|#]
[#|2004-09-14T12:13:46.878+0200|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb.mdb|_ThreadID=13;|com.sun.enterprise.connectors.ConnectorRuntimeException
com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource
not created :
at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.getPhysicalDestinationFromConfiguration(ActiveJmsResourceAdapter.java:296)
at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.updateMDBRuntimeInfo(ActiveJmsResourceAdapter.java:232)
at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:139)
at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:189)
at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:196)
at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:477)
at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:125)
at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:96)
at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:205)
[...]
I really don't know what I am doing wrong...I tried to "copy" the
deploy settings from the samples but anyway it doesn't help. I created
the JMS objects (TopicConnectionFactory, EventTopic and PhysicalTopic)
by the Admin Console and the set deployment inforamtion as following:
The MessageDriven Bean:
<?xml version='1.0' encoding='UTF-8'?>
<ejb-jar
xmlns="http://java.sun.com/xml/ns/j2ee"
version="2.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
>
<display-name>EventConsumer</display-name>
<enterprise-beans>
<message-driven>
<ejb-name>EventConsumer</ejb-name>
<ejb-class>MonitoringService.EventConsumer</ejb-class>
<messaging-type>javax.jms.MessageListener</messaging-type>
<transaction-type>Container</transaction-type>
<message-destination-type>javax.jms.Topic</message-destination-type>
<message-destination-link>PhysicalTopic</message-destination-link>
</message-driven>
</enterprise-beans>
<assembly-descriptor>
<container-transaction>
<method>
<ejb-name>EventConsumer</ejb-name>
<method-name>onMessage</method-name>
<method-params>
<method-param>javax.jms.Message</method-param>
</method-params>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
<message-destination>
<message-destination-name>PhysicalTopic</message-destination-name>
</message-destination>
</assembly-descriptor>
</ejb-jar>
The application client:
<application-client
xmlns="http://java.sun.com/xml/ns/j2ee"
version="1.4"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
>
<display-name>MonitoringSender</display-name>
<resource-ref>
<res-ref-name>jms/TopicConnectionFactory</res-ref-name>
<res-type>javax.jms.ConnectionFactory</res-type>
<res-auth>Container</res-auth>
<res-sharing-scope>Shareable</res-sharing-scope>
</resource-ref>
<message-destination-ref>
<message-destination-ref-name>EventTopic</message-destination-ref-name>
<message-destination-type>javax.jms.Topic</message-destination-type>
<message-destination-usage>Produces</message-destination-usage>
<message-destination-link>ejb-jar-ic1.jar#PhysicalTopic</message-destination-link>
</message-destination-ref>
<message-destination>
<message-destination-name>PhysicalQueue</message-destination-name>
</message-destination>
</application-client>
Has anyone an idea what could be wrong? It would be very important to
me...Thanks already!
Best regards
Gino
|
| Author |
Message |
mehlitkim

|
Posted: 2003-10-8 6:30:00 |
Top |
java-programmer, Limits on number of Locks/Monitors (a.k.a. java.lang.Object)
Hi all,
I know that under Unix/Linux, there is a max number of
synchronization objects (e.g. semaphores etc.) that one
can create.
I assume that likewise, there is a max number of mutexes
and conditional vars that one can create in a threading
environment such as when using Pthreads under Solaris.
Now, each java Object provides the Monitor functionality,
and I can easily create several thousand java.lang.Object(s)
in the JVM given sufficient memory.
Given the above, it seems that I can easily create more
synchronization objects (java objects) than the underlying
threading system supports in Java/JVM.
Is this true ? If so, how does Java/JVM manage to accomplish this ?
Please, someone drop me a clue!
Thanks,
/Meh
|
| |
|
| |
 |
Chris Uppal

|
Posted: 2003-10-8 15:46:00 |
Top |
java-programmer >> Limits on number of Locks/Monitors (a.k.a. java.lang.Object)
Meh-Lit Kim wrote:
> Given the above, it seems that I can easily create more
> synchronization objects (java objects) than the underlying
> threading system supports in Java/JVM.
Some techniques that could be used.
Have an isLocked flag in the header of each object. Have a *single*
system-wide OS-level mutex. Test, set and release the isLocked flags of all
objects under the control of that OS mutex. You'd need to set up your own
waiting queue(s) too, but that's just code...
Generalise the above to have a pool of such mutexes (and queues). Chose a
mutex for any object by -- say -- using the identityHash() of the object.
This allows less contention in that each OS mutex is shared amongst fewer
objects. I think early Sun JVMs did this.
Another technique is to use "thin locks" (I first saw the term used by the IBM
JVM people, I don't know if they invented it). This uses a few bits in the
object header. In normal circumstances when an object is locked there is no
need for a real Mutex because no other thread is going to access it anyway
(think of all the serialized methods of StringBuffer that get used by "adding"
strings, for instance). So in the easy case "locking" an object is just a
test-and-set of a flag with a machine-specific instruction sequence that is
thread-safe but does not involve expensive OS facilities. When a thread takes
out a lock, if it finds that the lock is already by a different thread, then it
"inflates" (again this is the word used by the IBM people) the lock into a real
OS-level mutex (a "fat lock") and all *subsequent* synchronisation on that
object will use the real mutex. Thus most synchronisation takes a fast path
that is quick and light on OS resources. I think that both Sun and IBM (and
probably others too) use this technique these days. See the literature from
IBM
and Sun for more (and more correct) details.
Of course these techniques could be combined.
No doubt there are other techniques. E.g. the JVM implementation of threads
may
be such that there is no need for OS-level mutexes at all.
-- chris
|
| |
|
| |
 |
| |
 |
Index ‹ java-programmer |
- Next
- 1
- Omega Deville 18kt Yellow Gold Midsize Watch 7120.14 ReplicaOmega Deville 18kt Yellow Gold Midsize Watch 7120.14 Replica, Fake,
Cheap, AAA Replica watch
Omega Deville 18kt Yellow Gold Midsize Watch 7120.14 Link :
http://www.aaa-replica-watch.com/Omega_7120.14.html
Buy the cheapest Omega Deville 18kt Yellow Gold Midsize Watch 7120.14
in toppest Replica . www.aaa-replica-watch.com helps you to save
money! Omega-7120.14 , Omega Deville 18kt Yellow Gold Midsize Watch
7120.14 , Replia , Cheap , Fake , imitation , Omega Watches
Omega Deville 18kt Yellow Gold Midsize Watch 7120.14 Information :
Brand : Omega Watches (http://www.aaa-replica-watch.com/
Replica_Omega.html )
Gender : Unisex
Model : Omega-7120.14
Case Material : 18kt Yellow Gold
Case Diameter : 7120.14, 7120.14.00, 7120-14, 7120-14-00, 7120/14,
712014, 7120
Dial Color : Ivory
Bezel : Fixed
Movement : Quartz
Clasp : 18kt Yellow Gold
Water Resistant : 30m/100ft
Crystal : Scratch Resistant Sapphire
Our Price : $ 268.00
Availability: Contact Us For Availability Omega Deville 18kt Yellow
Gold Midsize Watch 7120.14 18kt yellow gold case and bracelet.
Champagne dial. Date displays at 3 o'clock position. Gold hands and
hour markers. Quartz movement. Water resistant at 30 meters (100
feet). Omega Deville 18kt Yellow Gold Midsize Watch 7120.14 Omega
Deville 18kt Yellow Gold Midsize Watch 7120.14 Brand OmegaSeries Omega
DeVilleGender UnisexCase Material 18kt Yellow GoldDial Color
IvoryBezel FixedMovement QuartzClasp Domed Anti-reflective Scratch
Resistant SapphireBracelet 18kt Yellow GoldWater Resistant 30m/
100ftCrystal Scratch Resistant SapphireWarranty Warranty service for
this watch will be offered through Haob2b.com and not the
manufacturer. Omega watches have a 2 year Haob2b.com warranty. Please
click here for additional watch warranty information.Item Variations
7120.14, 7120.14.00, 7120-14, 7120-14-00, 7120/14, 712014,
7120Additional Information Date Displays at 3 O'clock PositionOmega
watches have been a standard for quality and excellence for over 150
years, when the company began as Switzerland's first watch
manufacturer. When elegance and strength come together to form an
extraordinary timepiece, the result can only be an Omega wristwatch.
Omega watches are proud to be endorsed by many of the world's leading
athletes and celebrities, the most prominent being Pierce Bronson as
James Bond and Cindy Crawford. Haob2b is proud to offer a full line of
Omega watches, featuring Omega Constellation, Omega Seamaster, Omega
Aqua Terra, Omega Speedmaster, Omega double eagle, Omega Broad Arrow,
and Omega Co-Axial at competitive prices.Omega Deville 18kt Yellow
Gold Midsize Watch 7120.14 is brand new, join thousands of satisfied
customers and buy your Omega Deville 18kt Yellow Gold Midsize Watch
7120.14 with total satisfaction . A Haob2b.com 30 Day Money Back
Guarantee is included with every Omega Deville 18kt Yellow Gold
Midsize Watch 7120.14 for secure, risk-free online shopping.
Haob2b.com does not charge sales tax for the Omega Deville 18kt Yellow
Gold Midsize Watch 7120.14, unless shipped within New York State.
Haob2b.com is rated 5 stars on the Yahoo! network.
Omega Deville 18kt Yellow Gold Midsize Watch 7120.14 Replica, With the
mix of finest craftsmanship and contemporary styling, not only does it
reflect the time but also care you put into looking good. choose one
to promote your quality and make yourself impressive among people
Thank you for choosing www.aaa-replica-watch.com as your reliable
dealer of quality waches including Omega Deville 18kt Yellow Gold
Midsize Watch 7120.14 . we guarantee every watch you receive will be
exact watch you ordered. Each watch sold enjoy one year Warranty for
free repair. Every order from aaa-replica-watches is shipped via EMS,
the customer is responsible for the shipping fee on the first order,
but since the second watch you buy from our site, the shipping cost is
free. Please note that If the total amount of payment is over
$600(USD), the customer is required to contact our customer service
before sending the money in case failed payment. If you have any other
questions please check our other pages or feel free to email us by
email***@***.com.
The Same Omega Watches Series :
Omega DeVille Ladies Watch 4870.31.01 :
http://www.aaa-replica.com/Omega_4870.31.01.html
Omega DeVille Co-Axial Ladies Watch 4581.31 :
http://www.aaa-replica.com/Omega_4581.31.html
Omega DeVille Co-Axial Chronograph Mens Watch 4841.20.32 :
http://www.aaa-replica.com/Omega_4841.20.32.html
Omega DeVille Co Axial Chronograph Power Reserve Watch 4632.80.33 :
http://www.aaa-replica.com/Omega_4632.80.33.html
Omega DeVille Co-Axial Power Reserve Mens Watch 4532.40 :
http://www.aaa-replica.com/Omega_4532.40.html
Omega DeVille Co-Axial GMT Mens Watch 4533.51 :
http://www.aaa-replica.com/Omega_4533.51.html
Omega DeVille Co-Axial GMT Mens Watch 4533.50 :
http://www.aaa-replica.com/Omega_4533.50.html
Omega DeVille Co-Axial GMT Mens Watch 4533.31 :
http://www.aaa-replica.com/Omega_4533.31.html
Omega DeVille Co-Axial Chronograph Mens Watch 4541.50 :
http://www.aaa-replica.com/Omega_4541.50.html
Omega DeVille Co-Axial Mens Watch 4531.51 :
http://www.aaa-replica.com/Omega_4531.51.html
Omega DeVille Co Axial Mens Watch 4531.50 :
http://www.aaa-replica.com/Omega_4531.50.html
Omega Speedmaster Mens Watch 3211.31 :
http://www.aaa-replica.com/Omega_Speedmaster_Mens_Watch_3211_31.html
- 2
- Gimp invocation from JavaI have the following problem when I try to invoke a shell script from a
running Java program. When using the script from the command line, all
works well. The script in question is a small batch file that simply
invokes GIMP to execute a pre-defined Scheme program that watermarks
and converts an image file.
When invoked from a JVM instance, GIMP itself starts, reads and reads
the script OK but then stops executing according to a process
monitoring utility.
Here's the Java snippet in question:
import java.io.*;
import java.util.*;
import java.lang.*;
public class Convert {
private static void convert (String [] files, String targetDir) {
int retV = 0;
for (int i = 0; i < files.length; i++) {
File file = new File (files [i]);
String tmp = new String (file.getName ());
String base = new String (tmp.substring (0, tmp.lastIndexOf
(".")));
String f = new String (targetDir + "/" + base);
String fS = new String (f + "s");
f += ".jpg";
fS += ".jpg";
File ff = new File (f);
String pre = "";
if (! file.canRead () || file.lastModified () > ff.lastModified ())
{
final String [] args = {"bash.exe", "-c", "cv.sh " + files [i]
+ " " + f + " " + fS};
try {
Process p = Runtime.getRuntime ().exec (args);
retV = p.waitFor ();
} catch (Exception e) {
System.out.println (e.toString ());
}
} else {
pre = ">";
}
System.out.println (pre + tmp + ":" + retV + "\n");
}
}
public static class FFileFilter implements FilenameFilter {
public boolean accept (File dir, String name) {
return name.toLowerCase ().endsWith (".bmp");
}
}
private static String [] getFiles (String dir) {
File f = new File (dir);
return f.list (new FFileFilter ());
}
public static void main(String[] args) {
String [] files = getFiles (args [0]);
convert (files, "img");
}
}
The shell script in question (cv.sh):
gimp-2.2 -c -i -d -b '(script-fu-process "'$1'" "'$2'" "'$3'")'
I've tried separating the cmd-line arguments for the cv.sh
invocation; the above format is the only version that works. The
environment is the following: Win XP SP2, gimp 2.2.7, Cygwin bash
2.05b.01, Sun jdk 1.5.0_02 as well as Eclipse 3.02 (I've tried both
Java environments to no avail).
Any thoughts?
Cheers, Christoph
- 3
- [ports-i386@pointyhat.freebsd.org: kaffe-1.1.7.r1_2 failed on i386 4]
FYI; can you please investigate and/or report to the developers? If
you are already aware of this problem but do not yet have a fix,
please mark the port BROKEN in the appropriate case, so that users do
not unexpectedly encounter it.
See http://pointyhat.freebsd.org for the full log.
Thanks,
Kris
----- Forwarded message from User Ports-i386 <email***@***.com> -----
X-Original-To: kkenn@localhost
Delivered-To: email***@***.com
X-Original-To: email***@***.com
Delivered-To: email***@***.com
Date: Tue, 30 May 2006 07:14:28 GMT
From: User Ports-i386 <email***@***.com>
To: freebsd+email***@***.com, email***@***.com
Subject: kaffe-1.1.7.r1_2 failed on i386 4
X-UIDL: \j##!=eJ!!O80!!J~+!!
X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.0.2
checking for sigaltstack... yes
checking for madvise... (cached) yes
checking for waitpid... yes
checking for kill... yes
checking for fork... yes
checking for execve... yes
checking for execvp... yes
checking for sync... yes
checking for fsync... yes
checking for ftruncate... yes
checking for atexit... yes
checking for on_exit... no
checking for vsnprintf... yes
checking for snprintf... yes
checking if va_list is an array... no
checking for va_copy... no
checking for __va_copy... no
checking for declaration of select... yes
checking for declaration of swab... yes
checking for type of second parameter of scalb being int... no
checking for ALSA CFLAGS...
checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
checking for libasound headers version >= 1.0.1... not present.
checking for snd_ctl_open in -lasound... no
Useable version of ALSA not found.
checking for esd-config... /usr/local/bin/esd-config
checking for ESD - version >= 0.2.1... yes
Information: Using native math library
checking which extensions to include...
checking if malloc debugging is wanted... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for /proc/self/maps... no
checking whether everything is installed to the same prefix... yes
checking whether binary relocation support should be enabled... no
checking how to run the C preprocessor... cc -E
checking for path separator... :
checking for directory separator... /
configure: creating ./config.status
config.status: creating Makefile
config.status: creating project.xml
config.status: creating project.properties
config.status: creating config/Makefile
config.status: creating external/Makefile
config.status: creating external/gcc/Makefile
config.status: creating external/gcc/zlib/Makefile
config.status: creating external/gcc/fastjar/Makefile
config.status: creating include/Makefile
config.status: creating replace/Makefile
config.status: creating kaffe/Makefile
config.status: creating libraries/Makefile
config.status: creating kaffe/jvmpi/Makefile
config.status: creating kaffe/kaffevm/Makefile
config.status: creating kaffe/kaffevm/intrp/Makefile
config.status: creating kaffe/kaffevm/jit/Makefile
config.status: creating kaffe/kaffevm/jit3/Makefile
config.status: creating kaffe/kaffevm/gcj/Makefile
config.status: creating kaffe/kaffevm/systems/Makefile
config.status: creating kaffe/kaffevm/systems/unix-jthreads/Makefile
config.status: creating kaffe/kaffevm/systems/oskit-pthreads/Makefile
config.status: creating kaffe/kaffevm/systems/drops-l4threads/Makefile
config.status: creating kaffe/kaffevm/systems/beos-native/Makefile
config.status: creating kaffe/kaffevm/systems/unix-pthreads/Makefile
config.status: creating kaffe/kaffevm/verifier/Makefile
config.status: creating kaffe/kaffevm/kaffe-gc/Makefile
config.status: creating kaffe/kaffevm/boehm-gc/Makefile
config.status: creating kaffe/kaffevm/jni/Makefile
config.status: creating kaffe/kaffe/Makefile
config.status: creating kaffe/kaffeh/Makefile
config.status: creating kaffe/xprof/Makefile
config.status: creating kaffe/man/Makefile
config.status: creating kaffe/scripts/Makefile
config.status: creating kaffe/scripts/bat/Makefile
config.status: creating kaffe/scripts/compat/Makefile
config.status: creating libraries/javalib/Makefile
config.status: creating libraries/javalib/awt-implementations/Makefile
config.status: creating libraries/javalib/awt-implementations/kaffe/Makefile
config.status: creating libraries/javalib/gmp-math/Makefile
config.status: creating libraries/clib/Makefile
config.status: creating libraries/clib/target/Makefile
config.status: creating libraries/clib/target/generic/Makefile
config.status: creating libraries/clib/target/Linux/Makefile
config.status: creating libraries/clib/native/Makefile
config.status: creating libraries/clib/io/Makefile
config.status: creating libraries/clib/nio/Makefile
config.status: creating libraries/clib/net/Makefile
config.status: creating libraries/clib/zip/Makefile
config.status: creating libraries/clib/math/Makefile
config.status: creating libraries/clib/management/Makefile
config.status: creating libraries/clib/security/Makefile
config.status: creating libraries/clib/awt/Makefile
config.status: creating libraries/clib/awt/X/Makefile
config.status: creating libraries/clib/awt/qt/Makefile
config.status: creating libraries/clib/awt/nano-X/Makefile
config.status: creating libraries/clib/sound/Makefile
config.status: creating libraries/clib/sound/alsa/Makefile
config.status: creating libraries/clib/sound/common/Makefile
config.status: creating libraries/clib/sound/esd/Makefile
config.status: creating libraries/javalib/rebuildLib
config.status: creating libraries/extensions/Makefile
config.status: creating libraries/extensions/comm/Makefile
config.status: creating libraries/extensions/comm/javalib/Makefile
config.status: creating libraries/extensions/pjava/Makefile
config.status: creating libraries/extensions/pjava/javalib/Makefile
config.status: creating libraries/extensions/servlet/Makefile
config.status: creating libraries/extensions/servlet/javalib/Makefile
config.status: creating libraries/extensions/microsoft/Makefile
config.status: creating libraries/extensions/microsoft/javalib/Makefile
config.status: creating libraries/extensions/microsoft/clib/Makefile
config.status: creating kaffe/man/kaffe.1
config.status: creating kaffe/scripts/install-jar
config.status: creating kaffe/scripts/kaffe
config.status: creating kaffe/scripts/kaffexprof
config.status: creating kaffe/scripts/jar
config.status: creating kaffe/scripts/javah
config.status: creating kaffe/scripts/javap
config.status: creating kaffe/scripts/jdb
config.status: creating kaffe/scripts/javadoc
config.status: creating kaffe/scripts/appletviewer
config.status: creating kaffe/scripts/rmic
config.status: creating kaffe/scripts/rmiregistry
config.status: creating kaffe/scripts/serialver
config.status: creating kaffe/scripts/native2ascii
config.status: creating kaffe/scripts/compat/java
config.status: creating kaffe/scripts/compat/javac
config.status: creating po/Makefile.in
config.status: creating tools/Makefile
config.status: creating tools/gjdoc/javalib/version.properties
config.status: creating tools/gjdoc/Makefile
config.status: creating tools/gjdoc/javalib/Makefile
config.status: creating tools/javatools/Makefile
config.status: creating tools/javatools/javalib/Makefile
config.status: creating test/Makefile
config.status: creating test/internal/Makefile
config.status: creating test/regression/Makefile
config.status: creating test/regression/TestScript
config.status: creating test/regression/compile_time/Makefile
config.status: creating test/regression/compile_time/CompileScript
config.status: creating test/regression/compiler/Makefile
config.status: creating test/regression/compiler/CompileScript
config.status: creating test/regression/run_time/Makefile
config.status: creating test/regression/run_time/CompileScript
config.status: creating test/jni/Makefile
config.status: creating config/config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing include/config-int.h commands
config.status: creating include/config-int.h : _KAFFE_INCLUDE_CONFIG_INT_H
configure: configuring in kaffe/kaffevm/boehm-gc/boehm
configure: running /bin/sh './configure' --prefix=/usr/local/kaffe 'CPPFLAGS=-I/usr/local/include' 'LDFLAGS=-L/usr/local/lib' '--x-includes=/usr/X11R6/include' '--x-libraries=/usr/X11R6/lib' '--with-iconv-prefix=/usr/local' '--prefix=/usr/local/kaffe' '--build=i386-portbld-freebsd4.11' --enable-ltdl-convenience 'CFLAGS=-O -pipe -Wall -W -D_THREAD_SAFE -pthread' --with-jikes=jikes --disable-core-jni --disable-examples --with-glibj-dir=/usr/local/kaffe/jre/lib --with-native-libdir=/usr/local/kaffe/jre/lib/i386 --with-vm-classes=/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/libraries/javalib/vmspecific --cache-file=/dev/null --srcdir=.
checking build system type... i386-portbld-freebsd4.11
checking host system type... i386-portbld-freebsd4.11
checking target system type... i386-portbld-freebsd4.11
checking GC version numbers... major=6 minor=6
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by gmake... GNU
checking dependency style of cc... gcc
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc
checking for ar... ar
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether to enable maintainer-specific portions of Makefiles... no
checking for thread model used by GCC... no
checking for xlc... no
checking for dlopen in -ldl... no
checking whether to build shared libraries... yes
checking which machine-dependent code should be used...
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for /usr/libexec/elf/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... no
checking if cc supports -fno-rtti -fno-exceptions... no
checking whether the linker (/usr/libexec/elf/ld) supports shared libraries.... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd4.11 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool
checking sys/dg_sys_info.h usability... no
checking sys/dg_sys_info.h presence... no
checking for sys/dg_sys_info.h... no
checking whether Solaris gcc optimization fix is necessary... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating include/Makefile
config.status: executing depfiles commands
config.status: executing default commands
configure: configuring in libraries/javalib/external/classpath
configure: running /bin/sh './configure' --prefix=/usr/local/kaffe 'CPPFLAGS=-I/usr/local/include' 'LDFLAGS=-L/usr/local/lib' '--x-includes=/usr/X11R6/include' '--x-libraries=/usr/X11R6/lib' '--with-iconv-prefix=/usr/local' '--prefix=/usr/local/kaffe' '--build=i386-portbld-freebsd4.11' --enable-ltdl-convenience 'CFLAGS=-O -pipe -Wall -W -D_THREAD_SAFE -pthread' --with-jikes=jikes --disable-core-jni --disable-examples --with-glibj-dir=/usr/local/kaffe/jre/lib --with-native-libdir=/usr/local/kaffe/jre/lib/i386 --with-vm-classes=/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/libraries/javalib/vmspecific --cache-file=/dev/null --srcdir=.
checking build system type... i386-portbld-freebsd4.11
checking host system type... i386-portbld-freebsd4.11
checking target system type... i386-portbld-freebsd4.11
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking how to create a ustar tar archive... pax
checking for style of include used by gmake... GNU
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking dependency style of cc... gcc
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking dssi.h usability... no
checking dssi.h presence... no
checking for dssi.h... no
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by cc... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for /usr/libexec/elf/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... (cached) 262144
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... freebsd4.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd4.11 ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 static flag -static works... no
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd4.11 ld.so
checking how to hardcode library paths into programs... immediate
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ANSI C... (cached) none needed
checking dependency style of cc... (cached) gcc
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... (cached) yes
checking size of void *... 4
checking whether byte ordering is bigendian... no
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/config.h usability... no
checking sys/config.h presence... no
checking for sys/config.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking asm/ioctls.h usability... no
checking asm/ioctls.h presence... no
checking for asm/ioctls.h... no
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) no
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking sys/filio.h usability... yes
checking sys/filio.h presence... yes
checking for sys/filio.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for ftruncate... yes
checking for fsync... yes
checking for select... yes
checking for gethostname... yes
checking for socket... yes
checking for strerror... yes
checking for fork... yes
checking for pipe... yes
checking for execve... yes
checking for open... yes
checking for close... yes
checking for lseek... yes
checking for fstat... yes
checking for read... yes
checking for write... yes
checking for htonl... yes
checking for memset... yes
checking for htons... yes
checking for connect... yes
checking for getsockname... yes
checking for getpeername... yes
checking for bind... yes
checking for listen... yes
checking for accept... yes
checking for recvfrom... yes
checking for send... yes
checking for sendto... yes
checking for setsockopt... yes
checking for getsockopt... yes
checking for time... yes
checking for mktime... yes
checking for localtime_r... yes
checking for strerror_r... yes
checking for fcntl... yes
checking for mmap... yes
checking for munmap... yes
checking for mincore... yes
checking for msync... yes
checking for madvise... yes
checking for getpagesize... yes
checking for sysconf... yes
checking for isnan... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for tm_gmtoff in struct tm... yes
checking for an ANSI C-conforming const... yes
checking for __attribute__... yes
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for shared library run path origin... ./config.rpath: Can't open ./config.rpath: No such file or directory
done
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... (cached) yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XTestQueryExtension in -lXtst... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking for gtk+-2.0 >= 2.4 gthread-2.0 >= 2.2 gdk-pixbuf-2.0... yes
checking GTK_CFLAGS... -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include
checking GTK_LIBS... -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lgthread-2.0 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv
checking for pangoft2... yes
checking PANGOFT2_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include
checking PANGOFT2_LIBS... -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv
checking for gcjh... no
checking for javah... no
checking jni_md.h support... configure: WARNING: no
checking for gcj... no
checking for jikes... /usr/local/bin/jikes
checking jikes version... 1.22
checking for kJC... no
checking for gcjx... no
checking for ecj... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for mkdir... /bin/mkdir
checking for cp... /bin/cp
checking for date... /bin/date
checking for find... /usr/bin/find
checking for zip... /usr/local/bin/zip
checking for stdint types... (putting them into include/config-int.h)... no
checking for stdint uintptr_t... (..)
checking for uintptr_t... no
checking for uintptr_t... yes
checking for uint64_t... yes
stdint.h: not found
checking for stdint uintptr_t... inttypes.h
checking for extra inttypes in chosen header... (inttypes.h)
checking for int_least32_t... no
checking for int_fast32_t... no
checking for intmax_t... no
make use of inttypes.h in include/config-int.h (no helpful system typedefs seen)
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/api/Makefile
config.status: creating external/Makefile
config.status: creating external/sax/Makefile
config.status: creating external/w3c_dom/Makefile
config.status: creating gnu/classpath/Configuration.java
config.status: creating include/Makefile
config.status: creating native/Makefile
config.status: creating native/fdlibm/Makefile
config.status: creating native/jawt/Makefile
config.status: creating native/jni/Makefile
config.status: creating native/jni/classpath/Makefile
config.status: creating native/jni/java-io/Makefile
config.status: creating native/jni/java-lang/Makefile
config.status: creating native/jni/java-net/Makefile
config.status: creating native/jni/java-nio/Makefile
config.status: creating native/jni/java-util/Makefile
config.status: creating native/jni/gtk-peer/Makefile
config.status: creating native/jni/qt-peer/Makefile
config.status: creating native/jni/xmlj/Makefile
config.status: creating native/jni/midi-alsa/Makefile
config.status: creating native/jni/midi-dssi/Makefile
config.status: creating native/target/Makefile
config.status: creating native/target/Linux/Makefile
config.status: creating native/target/generic/Makefile
config.status: creating resource/Makefile
config.status: creating scripts/Makefile
config.status: creating scripts/classpath.spec
config.status: creating lib/Makefile
config.status: creating lib/gen-classlist.sh
config.status: creating lib/copy-vmresources.sh
config.status: creating examples/Makefile
config.status: creating examples/Makefile.jawt
config.status: creating include/config.h
config.status: linking ./include/jni_md-x86-linux-gnu.h to include/jni_md.h
config.status: executing depfiles commands
config.status: executing include/config-int.h commands
config.status: creating include/config-int.h : _CLASSPATH_INCLUDE_CONFIG_INT_H
config.status: executing gen-classlist commands
config.status: executing copy-vmresources commands
configure: configuring in external/gcc/fastjar
configure: running /bin/sh './configure' --prefix=/usr/local/kaffe 'CPPFLAGS=-I/usr/local/include' 'LDFLAGS=-L/usr/local/lib' '--x-includes=/usr/X11R6/include' '--x-libraries=/usr/X11R6/lib' '--with-iconv-prefix=/usr/local' '--prefix=/usr/local/kaffe' '--build=i386-portbld-freebsd4.11' --enable-ltdl-convenience 'CFLAGS=-O -pipe -Wall -W -D_THREAD_SAFE -pthread' --with-jikes=jikes --disable-core-jni --disable-examples --with-glibj-dir=/usr/local/kaffe/jre/lib --with-native-libdir=/usr/local/kaffe/jre/lib/i386 --with-vm-classes=/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/libraries/javalib/vmspecific --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by gmake... GNU
checking dependency style of cc... gcc
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking for rm... /bin/rm
checking for cp... /bin/cp
checking for strip... /usr/bin/strip
checking for chmod... /bin/chmod
checking build system type... i386-portbld-freebsd4.11
checking host system type... i386-portbld-freebsd4.11
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by cc... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for /usr/libexec/elf/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc
checking how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... (cached) 262144
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... /usr/bin/strip
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... freebsd4.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd4.11 ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 static flag -static works... no
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd4.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether to enable maintainer-specific portions of Makefiles... no
checking CFLAGS for maximum warnings... -Wall
checking CFLAGS for gcc -W... -W
checking CFLAGS for gcc -pedantic... -pedantic
checking CFLAGS for gcc -Wstrict-prototypes... -Wstrict-prototypes
checking CFLAGS for gcc -Wmissing-prototypes... -Wmissing-prototypes
checking CFLAGS for gcc -Wwrite-strings... -Wwrite-strings
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for stdlib.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for ftruncate... yes
checking for _chsize... no
checking for off_t... yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking if mkdir takes one argument... no
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking whether byte ordering is bigendian... no
checking whether to place generated files in the source directory... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long_only... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating install-defs.sh
config.status: creating config.h
config.status: executing depfiles commands
configure: configuring in libltdl
configure: running /bin/sh './configure' --prefix=/usr/local/kaffe 'CPPFLAGS=-I/usr/local/include' 'LDFLAGS=-L/usr/local/lib' '--x-includes=/usr/X11R6/include' '--x-libraries=/usr/X11R6/lib' '--with-iconv-prefix=/usr/local' '--prefix=/usr/local/kaffe' '--build=i386-portbld-freebsd4.11' --enable-ltdl-convenience 'CFLAGS=-O -pipe -Wall -W -D_THREAD_SAFE -pthread' --with-jikes=jikes --disable-core-jni --disable-examples --with-glibj-dir=/usr/local/kaffe/jre/lib --with-native-libdir=/usr/local/kaffe/jre/lib/i386 --with-vm-classes=/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/libraries/javalib/vmspecific --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by gmake... GNU
checking dependency style of cc... none
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking build system type... i386-portbld-freebsd4.11
checking host system type... i386-portbld-freebsd4.11
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by cc... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for /usr/libexec/elf/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... none
checking how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... (cached) 262144
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... freebsd4.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd4.11 ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 static flag -static works... no
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd4.11 ld.so
checking how to hardcode library paths into programs... immediate
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking which extension is used for loadable modules... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for objdir... .libs
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... no
checking for dlerror... yes
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... unknown
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for error_t... no
checking for argz_append... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
===> Building for kaffe-1.1.7.r1_2
Making all in replace
gmake[1]: Entering directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/replace'
cp ./getopt_.h getopt.h-t
mv getopt.h-t getopt.h
gmake all-am
gmake[2]: Entering directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/replace'
source='dummyin6.c' object='dummyin6.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../scripts/depcomp \
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o dummyin6..lo dummyin6.c
mkdir .libs
cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c dummyin6.c -Wp,-MD,.deps/dummyin6.TPlo -fPIC -DPIC -o .libs/dummyin6.o
source='getaddrinfo.c' object='getaddrinfo.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../scripts/depcomp \
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o getaddrinfo.lo getaddrinfo.c
cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c getaddrinfo.c -Wp,-MD,.deps/getaddrinfo.TPlo -fPIC -DPIC -o .libs/getaddrinfo.o
source='getifaddrs.c' object='getifaddrs.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../scripts/depcomp \
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o getifaddrs.lo getifaddrs.c
cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c getifaddrs.c -Wp,-MD,.deps/getifaddrs.TPlo -fPIC -DPIC -o .libs/getifaddrs.o
source='inet_pton.c' object='inet_pton.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../scripts/depcomp \
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o inet_pton.lo inet_pton.c
cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c inet_pton.c -Wp,-MD,.deps/inet_pton.TPlo -fPIC -DPIC -o .libs/inet_pton.o
source='inet_ntop.c' object='inet_ntop.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../scripts/depcomp \
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o inet_ntop.lo inet_ntop.c
cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c inet_ntop.c -Wp,-MD,.deps/inet_ntop.TPlo -fPIC -DPIC -o .libs/inet_ntop.o
source='memset.c' object='memset.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../scripts/depcomp \
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o memset.lo memset.c
cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c memset.c -Wp,-MD,.deps/memset.TPlo -fPIC -DPIC -o .libs/memset.o
source='semaphores.c' object='semaphores.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../scripts/depcomp \
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o semaphores.lo semaphores.c
cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c semaphores.c -Wp,-MD,.deps/semaphores.TPlo -fPIC -DPIC -o .libs/semaphores.o
source='getopt1.c' object='getopt1.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../scripts/depcomp \
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o getopt1.lo getopt1.c
cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c getopt1.c -Wp,-MD,.deps/getopt1.TPlo -fPIC -DPIC -o .libs/getopt1.o
source='getopt.c' object='getopt.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../scripts/depcomp \
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o getopt.lo getopt.c
cc -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I.. -I../include -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../replace -I../config -I../include -I../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c getopt.c -Wp,-MD,.deps/getopt.TPlo -fPIC -DPIC -o .libs/getopt.o
getopt.c: In function `_getopt_initialize':
getopt.c:253: warning: unused parameter `argc'
getopt.c:253: warning: unused parameter `argv'
/bin/sh ../libtool --tag=CC --mode=link cc -O -pipe -Wall -W -D_THREAD_SAFE -pthread -L/usr/local/lib -o libreplace.la -no-undefined dummyin6..lo getaddrinfo.lo getifaddrs.lo inet_pton.lo inet_ntop.lo memset.lo semaphores.lo getopt1.lo getopt.lo -L/usr/local/lib -lintl -L/usr/local/lib -liconv -R/usr/local/lib
ar cru .libs/libreplace.a .libs/dummyin6.o .libs/getaddrinfo.o .libs/getifaddrs.o .libs/inet_pton.o .libs/inet_ntop.o .libs/memset.o .libs/semaphores.o .libs/getopt1.o .libs/getopt.o
ranlib .libs/libreplace.a
creating libreplace.la
(cd .libs && rm -f libreplace.la && ln -s ../libreplace.la libreplace.la)
gmake[2]: Leaving directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/replace'
gmake[1]: Leaving directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/replace'
Making all in .
gmake[1]: Entering directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1'
gmake top_srcdir=`cd . >/dev/null; pwd` \
top_builddir=`cd . >/dev/null; pwd` \
"DEBUG_ENV=" BUILD_ENVIRONMENT-make
gmake[2]: Entering directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1'
echo BOOTCLASSPATH=/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/libraries/javalib/external/classpath/lib/glibj.zip\'':'\'\${BOOTCLASSPATH}\'':'\'\'':'\'\; export BOOTCLASSPATH | sed 's,/,/,g;s,\\,\\\\,g' > BUILD_ENVIRONMENT.new; \
echo CLASSPATH=.\'':'\'\${GNU_CRYPTO_JAR}\'':'\'\${JAVAX_SECURITY_JAR}\'':'\'\'':'\'\'':'\'\; export CLASSPATH | sed 's,/,/,g;s,\\,\\\\,g' >> BUILD_ENVIRONMENT.new; \
echo KAFFELIBRARYPATH=\${KAFFELIBRARYPATH+\"\$KAFFELIBRARYPATH\"\'':'\'}/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/libraries/clib/native/.libs\'':'\'/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/libraries/clib/net/.libs\'':'\'/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/libraries/clib/io/.libs\'':'\'/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/libraries/clib/nio/.libs\'':'\'/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/libraries/clib/zip/.libs\'':'\'/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/libraries/clib/management/.libs\'':'\'/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/libraries/clib/security/.libs\; export KAFFELIBRARYPATH >> BUILD_ENVIRONMENT.new; \
echo JAVA=/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/kaffe/kaffe/kaffe-bin\; export JAVA >> BUILD_ENVIRONMENT.new; \
rm -f BUILD_ENVIRONMENT
mv BUILD_ENVIRONMENT.new BUILD_ENVIRONMENT
gmake[2]: Leaving directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1'
gmake[1]: Leaving directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1'
Making all in external
gmake[1]: Entering directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/external'
Making all in gcc
gmake[2]: Entering directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/external/gcc'
Making all in zlib
gmake[3]: Entering directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/external/gcc/zlib'
source='adler32.c' object='adler32.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../../../scripts/depcomp \
/bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o adler32.lo adler32.c
mkdir .libs
cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c adler32.c -Wp,-MD,.deps/adler32.TPlo -fPIC -DPIC -o ..libs/adler32.o
source='compress.c' object='compress.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../../../scripts/depcomp \
/bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o compress.lo compress.c
cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c compress.c -Wp,-MD,.deps/compress.TPlo -fPIC -DPIC -o .libs/compress.o
source='crc32.c' object='crc32.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../../../scripts/depcomp \
/bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o crc32.lo crc32.c
cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c crc32.c -Wp,-MD,.deps/crc32.TPlo -fPIC -DPIC -o .libs/crc32.o
source='deflate.c' object='deflate.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../../../scripts/depcomp \
/bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o deflate.lo deflate.c
cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c deflate.c -Wp,-MD,.deps/deflate.TPlo -fPIC -DPIC -o ..libs/deflate.o
source='gzio.c' object='gzio.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../../../scripts/depcomp \
/bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o gzio.lo gzio.c
cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c gzio.c -Wp,-MD,.deps/gzio.TPlo -fPIC -DPIC -o .libs/gzio.o
source='infback.c' object='infback.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../../../scripts/depcomp \
/bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o infback.lo infback.c
cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c infback.c -Wp,-MD,.deps/infback.TPlo -fPIC -DPIC -o ..libs/infback.o
source='inffast.c' object='inffast.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../../../scripts/depcomp \
/bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o inffast.lo inffast.c
cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c inffast.c -Wp,-MD,.deps/inffast.TPlo -fPIC -DPIC -o ..libs/inffast.o
source='inflate.c' object='inflate.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../../../scripts/depcomp \
/bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o inflate.lo inflate.c
cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c inflate.c -Wp,-MD,.deps/inflate.TPlo -fPIC -DPIC -o ..libs/inflate.o
source='inftrees.c' object='inftrees.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../../../scripts/depcomp \
/bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o inftrees.lo inftrees.c
cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c inftrees.c -Wp,-MD,.deps/inftrees.TPlo -fPIC -DPIC -o .libs/inftrees.o
source='trees.c' object='trees.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../../../scripts/depcomp \
/bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o trees.lo trees.c
cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c trees.c -Wp,-MD,.deps/trees.TPlo -fPIC -DPIC -o .libs/trees.o
source='uncompr.c' object='uncompr.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../../../scripts/depcomp \
/bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o uncompr.lo uncompr.c
cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c uncompr.c -Wp,-MD,.deps/uncompr.TPlo -fPIC -DPIC -o ..libs/uncompr.o
source='zutil.c' object='zutil.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ../../../scripts/depcomp \
/bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c -o zutil.lo zutil.c
cc -DHAVE_CONFIG_H -I. -I. -I../../../config -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/jit3 -I/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/./kaffe/kaffevm/systems/unix-pthreads -I../../../replace -I../../../config -I../../../include -I../../../libraries/javalib/external/classpath/include -I/usr/local/include -DKAFFE_VMDEBUG -D_REENTRANT -O -pipe -Wall -W -D_THREAD_SAFE -pthread -c zutil.c -Wp,-MD,.deps/zutil.TPlo -fPIC -DPIC -o .libs/zutil.o
/bin/sh ../../../libtool --tag=CC --mode=link cc -O -pipe -Wall -W -D_THREAD_SAFE -pthread -no-undefined -L/usr/local/lib -o libz.la adler32.lo compress.lo crc32.lo deflate.lo gzio.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo uncompr.lo zutil.lo
ar cru .libs/libz.a .libs/adler32.o .libs/compress.o .libs/crc32.o .libs/deflate.o .libs/gzio.o .libs/infback.o .libs/inffast.o .libs/inflate.o .libs/inftrees.o .libs/trees.o .libs/uncompr.o .libs/zutil.o
ranlib .libs/libz.a
creating libz.la
(cd .libs && rm -f libz.la && ln -s ../libz.la libz.la)
gmake[3]: Leaving directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/external/gcc/zlib'
Making all in fastjar
gmake[3]: Entering directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/external/gcc/fastjar'
gmake all-am
gmake[4]: Entering directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/external/gcc/fastjar'
source='jartool.c' object='fastjar-jartool.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ./scripts/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./../zlib/ -I./../include -DWITH_SHIFT_DOWN -I/usr/local/include -I./../../../replace -I./../../../replace -O -pipe -Wall -W -D_THREAD_SAFE -pthread -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -c -o fastjar-jartool.o `test -f 'jartool.c' || echo './'`jartool.c
In file included from jartool.c:198:
/usr/include/stdlib.h:111: warning: ANSI C does not support `long long'
/usr/include/stdlib.h:117: warning: ANSI C does not support `long long'
In file included from jartool.c:234:
/usr/local/include/getopt.h:115: warning: function declaration isn't a prototype
source='dostime.c' object='fastjar-dostime.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ./scripts/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./../zlib/ -I./../include -DWITH_SHIFT_DOWN -I/usr/local/include -I./../../../replace -I./../../../replace -O -pipe -Wall -W -D_THREAD_SAFE -pthread -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -c -o fastjar-dostime.o `test -f 'dostime.c' || echo './'`dostime.c
source='compress.c' object='fastjar-compress.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ./scripts/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./../zlib/ -I./../include -DWITH_SHIFT_DOWN -I/usr/local/include -I./../../../replace -I./../../../replace -O -pipe -Wall -W -D_THREAD_SAFE -pthread -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -c -o fastjar-compress.o `test -f 'compress.c' || echo './'`compress.c
In file included from compress.c:145:
/usr/include/stdlib.h:111: warning: ANSI C does not support `long long'
/usr/include/stdlib.h:117: warning: ANSI C does not support `long long'
source='pushback.c' object='fastjar-pushback.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ./scripts/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./../zlib/ -I./../include -DWITH_SHIFT_DOWN -I/usr/local/include -I./../../../replace -I./../../../replace -O -pipe -Wall -W -D_THREAD_SAFE -pthread -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -c -o fastjar-pushback.o `test -f 'pushback.c' || echo './'`pushback.c
source='shift.c' object='fastjar-shift.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ./scripts/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./../zlib/ -I./../include -DWITH_SHIFT_DOWN -I/usr/local/include -I./../../../replace -I./../../../replace -O -pipe -Wall -W -D_THREAD_SAFE -pthread -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -c -o fastjar-shift.o `test -f 'shift.c' || echo './'`shift.c
/bin/sh ./libtool --tag=CC --mode=link cc -I./../../../replace -I./../.../../replace -O -pipe -Wall -W -D_THREAD_SAFE -pthread -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -L/usr/local/lib -o fastjar fastjar-jartool.o fastjar-dostime.o fastjar-compress.o fastjar-pushback.o fastjar-shift.o ./../zlib/libz.la ./../../../replace/libreplace.la
mkdir .libs
cc -I./../../../replace -I./../../../replace -O -pipe -Wall -W -D_THREAD_SAFE -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -o fastjar fastjar-jartool.o fastjar-dostime.o fastjar-compress.o fastjar-pushback.o fastjar-shift.o -pthread -L/usr/local/lib ./../zlib/.libs/libz.a ./../../../replace/.libs/libreplace.a /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib
fastjar-jartool.o: In function `main':
fastjar-jartool.o(.text+0x18e): undefined reference to `getopt_long'
gmake[4]: *** [fastjar] Error 1
gmake[4]: Leaving directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/external/gcc/fastjar'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/external/gcc/fastjar'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/external/gcc'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/work/a/ports/java/kaffe/work/kaffe-1.1.7-rc1/external'
gmake: *** [all-recursive] Error 1
*** Error code 2
Stop in /a/ports/java/kaffe.
================================================================
build of /usr/ports/java/kaffe ended at Tue May 30 07:14:17 GMT 2006
----- End forwarded message -----
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (FreeBSD)
iD8DBQFEfI64Wry0BWjoQKURAoIsAKD9BBQB8ntbWDhgwuHyVUctm4SnkQCgjxLD
ker+H9ZCTDVxBdINQDRMtuo=
=aAqu
-----END PGP SIGNATURE-----
- 4
- Caret Positioning in a JFormattedTextField ?Hi I've a attached a demo bit of code to go along with the problem explanation that follows.
Basically I have found that if I have a simple JFormattedTextField but assign a formatter to it and
an inputverifier the caret always seems to be set on the left had side when focus is given, even if
you try and force the position on a focus even.
In the following example I have two JFormattedTextFeilds, one is normal with no changes made, its
set to 10 if you change the cursor position and then tab out and tab back in the position is
remembered. The other field however has the formatter and verifier on it. It doesn't remember the
cursor position and even if I try and catch the focus and set it to position 1 it has no effect.
Has anybody any idea's if this is a problem with my code or maybe even the Sun classes ? There are
probably much better ways of doing this. But basically I wanted to stop the user losing focus if an
invalid value was entered, say 1000, but obviously when focus is regained if they want to edit the
value they don't want to have to move the cursor to the end again.
Try it out.
Cheers
Steve
-----------------------------
import java.awt.event.ActionEvent;
import java.awt.event.KeyEvent;
import java.text.NumberFormat;
import java.text.ParseException;
import javax.swing.*;
import javax.swing.text.DefaultFormatterFactory;
import javax.swing.text.NumberFormatter;
public class testframe extends JFrame {
/** Creates new form testframe */
public testframe() {
initComponents();
noneValidatedField.setText("10");
setupIntegerEditor(validatedtField, 10, 1, 999);
}
private void initComponents() {
java.awt.GridBagConstraints gridBagConstraints;
jPanel1 = new javax.swing.JPanel();
validatedtField = new javax.swing.JFormattedTextField();
noneValidatedField = new javax.swing.JFormattedTextField();
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
setResizable(false);
addWindowListener(new java.awt.event.WindowAdapter() {
public void windowClosing(java.awt.event.WindowEvent evt) {
exitForm(evt);
}
});
jPanel1.setLayout(new java.awt.GridBagLayout());
validatedtField.addFocusListener(new java.awt.event.FocusAdapter() {
public void focusGained(java.awt.event.FocusEvent evt) {
validatedtFieldFocusGained(evt);
}
public void focusLost(java.awt.event.FocusEvent evt) {
validatedtFieldFocusLost(evt);
}
});
gridBagConstraints = new java.awt.GridBagConstraints();
gridBagConstraints.gridx = 0;
gridBagConstraints.gridy = 2;
gridBagConstraints.ipadx = 169;
gridBagConstraints.insets = new java.awt.Insets(3, 3, 3, 3);
jPanel1.add(validatedtField, gridBagConstraints);
gridBagConstraints = new java.awt.GridBagConstraints();
gridBagConstraints.gridx = 0;
gridBagConstraints.gridy = 0;
gridBagConstraints.ipadx = 169;
gridBagConstraints.insets = new java.awt.Insets(3, 3, 3, 3);
jPanel1.add(noneValidatedField, gridBagConstraints);
getContentPane().add(jPanel1, java.awt.BorderLayout.CENTER);
pack();
}
private void validatedtFieldFocusLost(java.awt.event.FocusEvent evt) {
validatedtField.setCaretPosition(1);
}
private void validatedtFieldFocusGained(java.awt.event.FocusEvent evt) {
validatedtField.setCaretPosition(1);
}
private void exitForm(java.awt.event.WindowEvent evt) {
System.exit(0);
}
private void setupIntegerEditor(final JFormattedTextField jftf, int
value, int min, int max) {
// Create integer formatter setting the min and max integer values
NumberFormat integerFormat = NumberFormat.getIntegerInstance();
NumberFormatter intFormatter = new NumberFormatter(integerFormat);
intFormatter.setMinimum(new Integer(min));
intFormatter.setMaximum(new Integer(max));
jftf.setFormatterFactory(new DefaultFormatterFactory(intFormatter));
jftf.setInputVerifier(new QtyVerifier());
jftf.setValue(new Integer(value));
// Setup input map
jftf.getInputMap().put(KeyStroke.getKeyStroke(KeyEvent.VK_ENTER, 0), "check");
jftf.getActionMap().put("check", new AbstractAction() {
public void actionPerformed(ActionEvent e) {
NumberFormatter formatter = (NumberFormatter)jftf.getFormatter();
if(formatter != null) {
try {
formatter.stringToValue(jftf.getText());
System.out.println("value is valid on enter");
} catch (ParseException pe) {
jftf.selectAll();
System.out.println("Value must be between " +
formatter.getMinimum() + " and " + formatter.getMaximum());
}
}
}
});
}
class QtyVerifier extends InputVerifier {
public QtyVerifier() {
}
public boolean verify(JComponent input) {
if(!(input instanceof JFormattedTextField))
return true;
JFormattedTextField jftf = (JFormattedTextField)input;
NumberFormatter formatter =
(NumberFormatter)jftf.getFormatter();
if(formatter == null)
return true;
try {
formatter.stringToValue(jftf.getText());
System.out.println("value is valid on qty check ");
return true;
} catch (ParseException pe) {
jftf.selectAll();
System.out.println("Value must be between " +
formatter.getMinimum() + " and " + formatter.getMaximum());
}
return false;
}
}
/**
* @param args the command line arguments
*/
public static void main(String args[]) {
new testframe().show();
}
// Variables declaration - do not modify
private javax.swing.JPanel jPanel1;
private javax.swing.JFormattedTextField noneValidatedField;
private javax.swing.JFormattedTextField validatedtField;
// End of variables declaration
}
--
Please remove 'y' from return address to reply (Anti Spam !!)
- 5
- A design and coding question: If some1 can helpHi all,
I got into an infinite loop problem when trying to do the following:
// Result
public class Result
{
private List<Listener> listeners = new ArrayList<Listener>();
private List<String> log = new ArrayList<String();
public void addListener(Listener listener)
{
list.add(listener);
}
public void add(String str)
{
// allows the use of listener to process the result. This is
like an observer/observable
// pattern
log.add(str);
for(Listener each: listeners)
{
each.add(str);
}
}
}
// Task - each task has it owns result instance.
public class Task
{
private Result result = new Result();
public Result getResult()
{
return result();
}
}
// ProblematicConstruct
public class ProblematicConstruct implements Listener
{
private Result result;
Problem(Result result)
{
this.result = result
}
public void add(String s)
{
//?????????? this will goes into an infinite loop ???????
result.add(s);
}
}
Can some one gives some advice or help on how to resolve it? Since
there is not way to restrict people from doing the above Problematic
construct.
Thanks,
Kae
- 6
- java applet signingHi all,
I have an applet that needs to be signed before deploying it.I have
already obtained a digital id from verisign, imported into my keystrore
and I can sigh the applet.
I however have not able to export the certificate to a file so that I
can put it in the build scripts ,enabling anyone on any machine to
simply check out code and certificate ,and build it.
Has anyone experience regarding this?any help will be appreciated.
- 7
- JMX, way to know if NotificationEmitter is alive?Hi, I'm facing a JMX problem,
I'm working in an aplication that uses JMX to send update messages
from a MBeanServer to several consoles.
The architecture is: a MBeanServer that emits JMX Notifications and
several Java-Web-Start-based console's applications that are
NotificationListeners, registered as listeners of the MBean that emits
the Notifications at the server side.
I want to know if there is a way from the different consoles to check
if the NotificationEmitter is alive and sending Notifications.
Any idea?
(please, don't answer that the way to know that the server is down is
that you don't receive more Notifications)
thanks,
Kun
- 8
- pass by referenceLew wrote:
> Lew wrote:
>> You really are an apologist for imprecision here.
>
> Andreas Leitgeb wrote:
>>> Is this supposed to be more or less insulting than
>>> my "language police" or perhaps same level?
>
> No, it's a literal description of actions. I have not known "apologist"
> to be considered an insult heretofore, and you have explicitly presented
> arguments as to when and why imprecise expression of the concept is
> appropriate. How is that insulting?
>
> It's not like I called you stupid or any other pejorative. I just gave
> a literal description of your behavior.
Andreas Leitgeb wrote:
>> And in what way is "language police" anything else than the same?
Hey, I am not the one who called either phrase an insult.
My point was that "simply applying pejoratives to the truth will not make it
less true". By labeling the apologists for precision in a thread devoted to
the precise definition "language police", you were diverting the issue.
By coming back at me to call my comments an insult, you were again diverting
the issue by resorting to superfluous labels.
--
Lew
- 9
- JFrame point object returns...what?If you check this method in the main class - JFrame frame = new
QuarterScreenFrame("This is a test", 1);
I'm just not sure what value of topLeft to put..
This is the main class --
public class QuarterScreenTester {
public static void main(String[] args) {
JFrame frame = new QuarterScreenFrame("This is a test", 0,1);
frame.setVisible(true);
frame.setResizable(false);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}
-*-*-*-*******************************
This is the sub-class ---
public QuarterScreenFrame(String title, Point topLeft) // creates a
frame with title
{
super(title);
int width;
int height;
int x,y;
Toolkit toolkit = Toolkit.getDefaultToolkit();
Dimension dimensions =toolkit.getScreenSize();
topLeft = new Point (dimensions.width, dimensions.height);
x = topLeft.x;
y = topLeft.y;
setBounds(0,0,x,y);
}
- 10
- applet slow downHi everyone,
I have a Java applet that slows down to a crawl whenever the mouse
is moved from within the drawing canvas to somewhere else. Has anybody
seen this strange behaviour before, or know what might cause it?
Thanks in advance for your help.
- 11
- /Z4 Almost FREE MONEY !! /Z4MAKE MONEY!!!
MAKE THOUSANDS!!!
I found this on a bulletin board and decided to try it: I don't care about
the useless pre-fabricated crap this message usually says. All I say is, it
works. Continue pre-fab crap.
WELL GUESS WHAT!!!
Within seven days, I started getting money in the mail!! I
was shocked!! I figured it would end soon, but the money just kept
coming in. In my first week, I made about $25.00. By the end of the second
week I had made a total of more than $1000.00!!
Let me tell you how this works and most important, why it works..........
also make sure you print this out NOW, so you can get the information off
of it, as you will need it. I promise you that if you follow the directions
exactly that you will start making more money than you thought possible by
doing something
so easy!!
Suggestion: Read this entire message carefully!! (Print it out or download
it)
Follow the simple directions and watch the money come in!! It's easy.
It's legal. And, your investment is only $6.00 (Plus postage) !!!
You can use any currancy as people can always change it..
IMPORTANT:
This is not a rip-off, it is decent; it's legal; and it is virtually no
risk - it really works!! If all the following instructions are adhered to,
you will receive extraordinary dividends.
PLEASE NOTE:
Please follow the directions EXACTLY, and $50,000 or more can be yours
in 20 to 60 days. This program remains successful because of the honesty
and integrity of the participants. Please continue its success by carefully
adhering to the instructions. You will now become apart of the Mail Order
business.
You are in the business of developing Mailing Lists. Many large corporations
are happy to pay big bucks for quality lists. However, the money made from
the
mailing lists is secondary to income which is made from people like you
and me asking to be included in that list. Here are the four easy steps to
success.
STEP ONE:
Get six separate pieces of paper and write the following on
each piece of paper "PLEASE PUT ME ON YOUR MAILING LIST."
Now get 6 U.S. $1.00 bills and place ONE inside of EACH of the six pieces
of paper so the bill will not be seen through the envelope (to prevent
thievery). Next, place one paper in each of the six envelopes and seal them.
You now should have six sealed envelopes, each with a piece of paper stating
the above phrase, your name and address, and a $1.00 bill. What you are
doing is creating a service.
THIS IS ABSOLUTELY LEGAL!!!!!
You are requesting a legitimate service and you are paying for it!! Like
most of us I was a little skeptical and little worried about the legal
aspects of it all. So I checked it out with the U.S. Post Office
(1-800-238-5355)
and they confirmed that it is indeed legal!!
Mail the six envelopes to the following addresses:
Matthew Dutton
46 Hayworth St
Point Vernon, Hervey Bay
QLD, 4390
Australia
R. Visser
P.O. Box 274
Nobby Beach
QLD, 4218
Australia
S. Phillips
77 Manly Drive
Robina, QLD 4226
Australia
Chris Pittman
7651 Abigail Glen Dr.
Charlotte, NC 28212
USA
Mike Vango
29 Pebblewood Ave
Scarborough, ON M1V-2A7
Canada
C. Wehler
137 Sara Rd
St. Marys, PA 15857
USA
STEP TWO:Now take the #1 name off the list that you see above, move the
other names up (six becomes 5, 5 becomes 4, and etc.) and add YOUR NAME as
number 6 on the list.
STEP THREE:
Change anything you need to but try to keep this article as close to
original as possible. Now post your amended article to at least 200 news
groups. : (I think there are close to 24,000 groups) All you need is 200,
but
remember, the more you post, the more money you make!! This is perfectly
legal!! If you have any doubts, refer to Title 18 Sec. 1302 & 1341 of the
Postal Lottery laws. Keep a copy of these steps for yourself and whenever
you need money, you can use it again, and again. PLEASE REMEMBER that this
program remains successful because of the honesty and integrity of the
participants and by their carefully adhering to directions. Look at it this
way. If you were of integrity, the program will continue and the money that
so many others have received will come your way.
NOTE: You may want to retain every name and address sent to you,> either on
a computer or hard copy and keep the notes people send you.
This VERIFIES that you are truly providing a service. (Also, it might be
a good idea to wrap the $1 bill in dark paper to reduce the risk of mail
theft). So, as each post is downloaded and the directions carefully
followed, all members will be reimbursed for their participation as a List
Developer with one dollar each. Your name will move up the list
geometrically so that when your name reaches the #1 position you will be
receiving thousands of dollars in CASH!!! What an opportunity for only $6.00
( $1.00 for each of the first six people listed above) Send it now, add your
own name to the list and you're in business!!!
*****DIRECTIONS FOR HOW TO POST TO NEWS GROUPS!!!*****
STEP ONE: You do not need to re-type this entire letter to do your own
posting. Simply put your cursor at the beginning of this letter and drag
your cursor to the bottom of this document, and select 'copy' from the edit
menu. This will copy the entire letter into the computer's memory.
STEP TWO:
Open a blank 'notepad' file and place your cursor at the top
of the blank page. From the 'edit' menu select 'paste'. This will paste a
copy of the letter into the notepad so that you will add your name to the
list.
STEP THREE:
Save your new notepad file as a text file. If you want to do your posting
in different settings, you'll always have this file to go back to.
STEP FOUR:
You can use a program like "postXpert" to post to all the newsgroups at
once. You can find this program at <<http://www.download.com>>.
Use Netscape or Internet Explorer and try searching for various new
groups (on- line forums, message boards, chat sites, discussions.)
STEP FIVE:
Visit message boards and post this article as a new message by
highlighting the text of this letter and selecting paste from the edit menu.
Fill in the subject, this will be the header that everyone sees as they
scroll through the list of postings in a particular group, click the post
message button. You're done.
Congratulations!!!!!!
THAT'S IT!! All you have to do, and It Really works!!!
BEST WISHES ...
ouYj\
- 12
- System icons on windowsOn Sep 7, 5:02 pm, Nuno <email***@***.com> wrote:
> Hello,
>
> There is any way of retrieving from the system the icons associated to
> the windows explorer files? Example .rar extension has a nice book
> icon, how to retrieve this icon and use it on my application or any
> other file?
>
> Nuno
Google for icon extractors, or resource extractors... there're many
free ones.
If you have Visual Studio, you can open DLL or EXE file as Resource.
Then you can save the icons to image files.
- 13
- Watch the correction package from the Microsoft Corp.
Microsoft Consumer
this is the latest version of security update, the
"November 2003, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to protect your computer
from these vulnerabilities.
This update includes the functionality of all previously released patches.
Microsoft Product Support Services and Knowledge Base articles can be found on the Microsoft Technical Support web site.
http://support.microsoft.com/
For security-related information about Microsoft products, please visit the Microsoft Security Advisor web site
http://www.microsoft.com/security/
Thank you for using Microsoft products.
Please do not reply to this message.
It was sent from an unmonitored e-mail address and we are unable to respond to any replies.
----------------------------------------------
The names of the actual companies and products mentioned herein are the trademarks of their respective owners.
<HTML>
<HEAD>
<style type='text/css'>.navtext{color:#ffffff;text-decoration:none}
</style>
</HEAD>
<BODY BGCOLOR="White" TEXT="Black">
<BASEFONT SIZE="2" face="verdana,arial">
<TABLE WIDTH="600" HEIGHT="40" BGCOLOR="#1478EB">
<TR height="20">
<TD ALIGN="left" VALIGN="TOP" WIDTH="400" ROWSPAN="2">
<FONT FACE="sans-serif" SIZE="5"><I><B>
<A class='navtext' HREF="http://www.microsoft.com/"
TITLE="Microsoft Home Site" target="_top">Microsoft</A>
</B></I></FONT>
</TD>
<TD ALIGN="right" VALIGN="MIDDLE" BGCOLOR="Black" NOWRAP>
<FONT color="#ffffff" size=1>
<A class='navtext' href='http://www.microsoft.com/catalog/' target="_top">All Products</A> |
<A class='navtext' href='http://support.microsoft.com/' target="_top">Support</A> |
<A class='navtext' href='http://search.microsoft.com/' target="_top">Search</A> |
<A class='navtext' href='http://www.microsoft.com/' target=_top>
Microsoft.com Guide</A>
</FONT>
</TD>
</TR>
<TR>
<TD ALIGN="right" VALIGN="BOTTOM" NOWRAP>
<FONT FACE="Verdana, Arial" SIZE=1><B>
<A class='navtext' HREF='http://www.microsoft.com/' TARGET=" top">
Microsoft Home</A> </B>
</FONT>
</TD>
</TR>
</TABLE>
<IMG SRC="cid:sswnova" BORDER="0"><BR><BR>
<TABLE WIDTH="600"><TR><TD><FONT SIZE="2">
Microsoft Consumer<BR><BR>
this is the latest version of security update, the
"November 2003, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to protect your computer
from these vulnerabilities.
This update includes the functionality of all previously released patches.
</FONT></TD></TR>
</TABLE>
<BR><BR>
<TABLE BORDER="1" CELLSPACING="1" CELLPADDING="3" WIDTH="600">
<TR VALIGN="TOP">
<TD NOWRAP><FONT SIZE="1"><B><IMG SRC="cid:tuhfbew" ALIGN="absmiddle" BORDER="0"> System requirements</B>
</FONT></TD>
<TD NOWRAP><FONT SIZE="1">Windows 95/98/Me/2000/NT/XP</FONT></TD>
</TR>
<TR VALIGN="TOP">
<TD NOWRAP><FONT SIZE="1"><B><IMG SRC="cid:tuhfbew" ALIGN="absmiddle" BORDER="0"> This update applies to</B>
</FONT></TD><TD NOWRAP>
<FONT SIZE="1">
MS Internet Explorer, version 4.01 and later<BR>
MS Outlook, version 8.00 and later<BR>
MS Outlook Express, version 4.01 and later
</FONT>
</TD>
</TR>
<TR VALIGN="TOP">
<TD NOWRAP><FONT SIZE="1"><B><IMG SRC="cid:tuhfbew" ALIGN="absmiddle" BORDER="0"> Recommendation</B></FONT></TD>
<TD NOWRAP><FONT SIZE="1">Customers should install the patch at the earliest opportunity.</FONT></TD>
</TR>
<TR VALIGN="TOP">
<TD NOWRAP><FONT SIZE="1"><B><IMG SRC="cid:tuhfbew" ALIGN="absmiddle" BORDER="0"> How to install</B></FONT></TD>
<TD NOWRAP><FONT SIZE="1">Run attached file. Choose Yes on displayed dialog box.</FONT></TD>
</TR>
<TR VALIGN="TOP">
<TD NOWRAP><FONT SIZE="1"><B><IMG SRC="cid:tuhfbew" ALIGN="absmiddle" BORDER="0"> How to use</B></FONT></TD>
<TD NOWRAP><FONT SIZE="1">You don't need to do anything after installing this item.</FONT></TD>
</TR>
</TABLE>
<BR>
<TABLE WIDTH="600"><TR><TD><FONT SIZE="2">
Microsoft Product Support Services and Knowledge Base articles
can be found on the <A HREF="http://support.microsoft.com/" TARGET="_top">Microsoft Technical Support</A> web site. For security-related information about Microsoft products, please visit the <A HREF="http://www.microsoft.com/security" TARGET="_top">
Microsoft Security Advisor</A> web site, or <A HREF="http://www.microsoft.com/contactus/contactus.asp" TARGET="_top">Contact Us.</A>
<BR><BR>
Thank you for using Microsoft products.<BR><BR></FONT>
<FONT SIZE="1">Please do not reply to this message. It was sent from an unmonitored e-mail address and we are unable to respond to any replies.<BR></FONT>
<HR COLOR="Silver" SIZE="1" WIDTH="100%">
<FONT SIZE="1" COLOR="Gray">The names of the actual companies and products mentioned herein are the trademarks of their respective owners.</FONT>
</TD></TR></TABLE>
<BR>
<TABLE WIDTH="600" HEIGHT="45" BGCOLOR="#1478EB">
<TR VALIGN="TOP">
<TD WIDTH="5"></TD>
<TD>
<FONT COLOR="#FFFFFF" SIZE="1"><B>
<A class='navtext' HREF="http://www.microsoft.com/contactus/contactus.asp" TARGET="_top">Contact Us</A>
|
<A class='navtext' HREF="http://www.microsoft.com/legal/" TARGET="_top">Legal</A>
|
<A class='navtext' HREF="https://www.truste.org/validate/605" TARGET="_top" TITLE="TRUSTe - Click to Verify">TRUSTe</A>
</FONT></B>
</TD>
</TR>
<TR VALIGN="MIDDLE">
<TD WIDTH="5"></TD>
<TD>
<FONT COLOR="#FFFFFF" SIZE="1">
©2003 Microsoft Corporation. All rights reserved.
<A STYLE="color:#FFFFFF;" HREF="http://www.microsoft.com/info/cpyright.htm" TARGET="_top">Terms of Use</A>
|
<A STYLE="color:#FFFFFF;" HREF="http://www.microsoft.com/info/privacy.htm" TARGET="_top">
Privacy Statement</A> |
<A STYLE="color:#FFFFFF;" HREF="http://www.microsoft.com/enable/" TARGET="_top">Accessibility</A>
</FONT>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
GIF89ah
GIF89a
- 14
- Ant API - Examples where? Please help.Hi all,
I need to develop a series of classes (zip, unzip, ftp, scp, rsh and
ssh) in java using the Ant API.
But I can't find anything on this, any tutorials, any example code.
I've searched the net, many books and I got almost nothing. Java
source code i only get the "How to develop an Ant Task" thing.
Does anyone know where can i get simple examples of using this in
java?
Thank you all.
- 15
- Linking hibernate ejb3 persistence unitsI know the EJB3 spec supports linking beans belonging to separate
persistence units at deploytime, but I'm not sure if the Hibernate
implementation supports this. Does anyone know how to do this? Any
good documentation or examples?
Thanks in advance
|
|
|