compile tag

6 questions


1 answers
153 views
0
Contact us for instructions on building from 64-bit powerpredhat to 32-bit powerpredhat

I want to install 32-bit odbc with 64-bit odbc binary, but it keeps building with 64-bit../configure --prefix=$HOME/unixODBC --sysconfdir=$HOME/unixODBC/etc --build=ppc32-pc-linux-gnu --host=ppc64-pc-...

1 years ago

1 answers
75 views
0
I'm curious about \ processing in Python regular expressions.

import reb = 'Yaho\'a = re.compile('\\')print(re.sub(a, '@', b)What I was expecting was a yahoo@, but there's a compilation errorIf you want to do what I expected, re.compile('\\') Why do I have to wr...

1 years ago

1 answers
127 views
0
I want to make the completed program an executor exe.

I completed the program using Selenium's chrome driver, and I want to make it available or available to other users as an launcher. After googling, it was successful to compile into a module called py...

1 years ago

1 answers
84 views
0
Does anyone run Java on Atom and use it? I would like to ask for your help with setting the environment variable.

Hello, how are you?I'm a person who just started studying Java.I usually use Eclipse to practice and study, but I use Atom because I want to separate the files given as examples from the books.Before ...


1 answers
70 views
0
I have a question about JAVA compilation.

I have a question during Java coding.While a method written with JAVA is running I would like to ask if there is any way to compile a specific java file.In Eclipse, etc., it is not a compile commandI ...

1 years ago

1 answers
88 views
0
Java Execution Error

I am a student studying Java.Create a source code and post it to the intellectual because there was a problem during execution.The first is the picture when the source file was executed through the ja...

1 years ago

© 2024 OneMinuteCode. All rights reserved.