Question about Question.

View: New views
6 Messages — Rating Filter:   Alert me  

Question about Question.

by Zachary1234 :: Rate this Message:

| View Threaded | Show Only this Message


I have the feelilng that someone has forgotten to look at my questions.

Is there anyone who can tell me how to make the GCJ behave a little better for me?


Am running GCJ on cygwin Windows 7.
 
 
I have a few compiler errors I can't figure out.
 
//---------------------------------------------------------------------------------------
ImagePixels.java:103: error: JuniorJPanel cannot be resolved to a type
JuniorJPanel contentPanel = new JuniorJPanel(getColoredImage(Color.BLACK,300,300));
^^^^^^^^^^^^
//---------------------------------------------------------------------------------------
This is a fabricated java class in one directory.
 
-How do I specify a new CLASSPATH statement under /etc/profile so that GCJ will see my
fabricated classes in a directory, such that I will not have to specify further
specific information for each class and that neighbouring classes will be detected?
 
-If I have extra java lib jar files I want import statements to detect, what do
I do so that the gcj will recognise them when compiling?
 
-I find also that my windows executable generated by my cygwin run GCJ
requires cygwin1.dll to work.  Is there a way to avoid needing a seperate file
at all?  Is there an option to build this file into my generated executable?    

Re: Question about Question.

by Jonathan Wakely-4 :: Rate this Message:

| View Threaded | Show Only this Message

On 19 April 2012 06:46, Me Myself and I wrote:
>
> I have the feelilng that someone has forgotten to look at my questions.

Maybe you should just wait for an answer, stop being so impatient and
stop sending the same email over and over again.  Then people might be
inclined to help instead of getting annoyed with you.

Re: Question about Question.

by Brian Jones-17 :: Rate this Message:

| View Threaded | Show Only this Message

> -I find also that my windows executable generated by my cygwin run GCJ
> requires cygwin1.dll to work.  Is there a way to avoid needing a seperate file
> at all?  Is there an option to build this file into my generated executable?

Here, let me google that for you...

Every executable cygwin builds requires the cygwin1.dll.  Sometimes
you can use a flag to build without this dependency.  From memory, I
_think_ it is -mnocygwin.

The cygwin mailing list archives would be a good source for more information.

Brian

Re: Question about Question.

by Ian Lance Taylor-3 :: Rate this Message:

| View Threaded | Show Only this Message

Me Myself and I <stargate7thsymbol@...> writes:

> I have the feelilng that someone has forgotten to look at my questions.

I gave up answering your e-mail messages when I realized that you never
actually read any of my answers.

Ian

Re: Question about Question.

by Jonathan Wakely-4 :: Rate this Message:

| View Threaded | Show Only this Message

On 20 April 2012 00:53, Ian Lance Taylor <iant@...> wrote:
> Me Myself and I <stargate7thsymbol@...> writes:
>
>> I have the feelilng that someone has forgotten to look at my questions.
>
> I gave up answering your e-mail messages when I realized that you never
> actually read any of my answers.

We probably shouldn't be surprised that someone who calls themselves
"Me Myself and I" is totally self-absorbed and doesn't pay any
attention to other people's advice.  The clue is in the name.

Re: Question about Question.

by Chris Burdess-2 :: Rate this Message:

| View Threaded | Show Only this Message

Ian Lance Taylor wrote:
> Me Myself and I <stargate7thsymbol@...> writes:
>
> > I have the feelilng that someone has forgotten to look at my questions.
>
> I gave up answering your e-mail messages when I realized that you never
> actually read any of my answers.

Likewise.