Slackware :: Got A Compile Error Which Says That 'javac' Is Missing

May 7, 2011

do this slackbuild require the JDK package?

I've got a compile error which says that 'javac' is missing.. this file seems to be only in the JDK package (and not in the JRE).

Do it's correct? No problem to install the JDK ..

View 4 Replies


ADVERTISEMENT

General :: Cannot Compile Java Program In SUSE 11.1 Using Javac

Jun 17, 2010

i just grabed a book and wrote a program and tried to compile it using 'javac' and everytime i'm getting this error:

javac Example.java
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../lib64/crt1.o: In function `_start':
/usr/src/packages/BUILD/glibc-2.9/csu/../sysdeps/x86_64/elf/start.S:109: undefined reference to `main'

[Code]....

View 3 Replies View Related

Slackware :: Cannot Start Netbans - No Javac

Feb 26, 2011

I installed Netbeans 6.9.1 with JDK bundle, I have installed jdk in /usr/local/jdk1.6.0_2 but when I try to start Netbeans I get error

Quote:

which: no javac in (/usr/local/jdk1.6.0_2/bin:/usr/local/jdk1.6.0_2:/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin)
which: no java in (/usr/local/jdk1.6.0_2/bin:/usr/local/jdk1.6.0_2:/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin)
Cannot find java. Please use the --jdkhome switch.

I have javac in /usr/local/jdk1.6.0_2/bin, I looked. I installed last time and it have worked fine. What is wrong now ?

View 3 Replies View Related

Fedora :: Kernel Compile Error : No Rule To Make Target `missing-syscalls'?

Dec 13, 2009

I am trying to compile a kernel in the following directory:/usr/src/kernels/2.6.30.9-102.fc11.x86_64

Note I am not trying to build an rpm but just do a simple make. After configuring with make menuconfig I issue the make command and get the following error:

Code:
[root@compaq 2.6.30.9-102.fc11.x86_64]# make
CHK include/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
make[1]: *** No rule to make target `missing-syscalls'. Stop.
make: *** [prepare0] Error 2

how to resolve this error? It seems to be fedora-centric.

View 4 Replies View Related

Slackware :: Networkmanager Compile - Getting Error

Jun 12, 2011

My first time to try Networkmanager and I get this error

[code]...

Is there a dependency I missed?

View 3 Replies View Related

Slackware :: Can't Compile Agave - Gconfmm.h Error On 64 13.1

Jul 4, 2010

I'm trying to compile agave.

I had installed gconfmm using src2pkg.

Code:

Now, when trying to compile agave:

Code:

It did not spit out any errors:

Code:

Agave configuration:

Agave will be compiled with the following features:

The following options will be passed to the compiler:

AGAVE_CFLAGS:

AGAVE_LIBS: -

Make, however, doesn't successfully finish:

Code:

I tried to find gconfmm.h. It seems it's not present on my system.

View 5 Replies View Related

Slackware :: 64 - Installed - Multilib Compile Error

Apr 29, 2011

I have installed multilib by [url]. And 32-bit programs can run.

When I compile packages,something error.

Quote:

Quote:

I have tried what [url] say and not work too.

View 7 Replies View Related

Slackware :: Compile Error When Building SBOPKG For Libsoup

Jan 2, 2011

Trying to get Midori browser from SBOpkg's and one of the dependencies is libsoup.configure: error: GLIB 2.21.3 or later is required to build libsoup.Anyone able to give me a pointer in the right direction to overcome this.

View 2 Replies View Related

Slackware :: [13.1-x86_64] GnuCash Compile Error : Gnome-utils

Jun 23, 2010

error message

Code:
mv -f .deps/gnc-icons.Tpo .deps/gnc-icons.Plo
mv -f .deps/gnc-html.Tpo .deps/gnc-html.Plo
make[5]: Leaving directory `/tmp/SBo/gnucash-2.2.9/src/gnome-utils'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/tmp/SBo/gnucash-2.2.9/src/gnome-utils'
make[3]: *** [all] Error 2

[Code]...

I'm using SBo script to compile gnucash, with all the listed dependencies built successfully (in orderly manner). System multilib is configured as per alien's wiki. Is there something else I'm missing here?

View 9 Replies View Related

Slackware :: Error Message - Dirname - Missing Operand - When Starting Acroread

Aug 18, 2010

When I start acroread (and as far as I can tell it's only that program), I get the error message

But the program still starts, no problem. Happens with both

View 2 Replies View Related

Slackware :: Graphviz Compile Error "Entering Directory Making All In Dot"

Mar 12, 2010

i want to compile Graphviz but i got stuck on a nice problem which i cant resolve. Here it is. I downloaded the 2.26.2 version and made the usual configure etc.. But i received such an error during compile time:

[Code]...

I am on Slackware 13 64. I think i have all the libraries needed as well. I tried and the SlackBuild but same problem. Something weird is happening for sure.I tried and other versions but no luck. Its always that problem.

View 6 Replies View Related

Slackware :: Compile 2.6.37 Kernel Patched With The Autogroup Patch On A Slackware 13.1 System?

Jan 13, 2011

it's possible to compile the 2.6.37 kernel patched with the autogroup patch on a Slackware 13.1 system running 2.6.33.4-smp with 2.6.33.4 headers? I just compiled and installed the 2.6.37-autogroup kernel from AUR on my ARCH setup and I like it especially when using firefox with lots of tabs open and other background apps also running. I did notice a speed and smothness difference in my ARCH testing setup with this kernel patch and I can get same results in 13.1??

View 1 Replies View Related

Ubuntu :: Make With Make File Yields Error - /usr/bin/javac: Cannot Execute Binary File

Nov 17, 2010

When I try to compile some Java code on Ubuntu 10.10 (kernel 2.6+) using make and a Makefile.

I get an error indicating that the make utility cannot execute the java compile command (javac).

The error reads: /bin/bash: line 6: .: /usr/local/jdk1.5.0_18/bin/javac: cannot execute binary file

I am executing make as root. I have enabled permissions on all directories in the path /usr/local/jdk1.5.0_18/bin/javac and on javac itself.

I get this error whether using a jdk installed via ubuntu apt-get, or whether I install the jdk myself. And I get it using either Java 1.5 or 1.6

My machine has an 80386 processor. I notice the make utility is built for i686-pc-linux-gnu

However, I can manually compile using javac.

I can compile calling javac from within a bash script.

I can compile using the java compiler gcj from the command line: gcj --main=HelloWorld HelloWorld.java -o HelloWorld.exe

But I cannot compile java code from the makefile. Any reasons why I might be getting this error?

View 4 Replies View Related

Software :: Stdio.h - File Missing During GCC Compile

Mar 3, 2011

I have looked at the other threads and found nothing which pertains to my issue. I am using an older version of Debian 4.0 I cannot upgrade until I have a 2nd server running. I lost the 4.0 installation disks. During an apt-get install i did, I foolishly changed sources.list to other sources on the net which changed dependencies and removed needed packages, such as perlmagick, Crypt-SSLeay, aptitude, and possibly the glibc - ( my current glibc was changed to glic6). Since I have found my original 4.0 disk. restored the sources.list. ran an update. and restored many of the packages that were removed. (a big lesson to me I will never do that again)

Here is a simple program:
#include <stdio.h>
When I run a gcc or I use cc compile
I get this message: "stdio.h": No such file or directory found.
Yes I know I missing the file stdio.h. I have looked
in /usr/include /usr/lib nothing.

Apparently during my mistake the system installed the glibc6 and removed the "stdio.h" file and other dependencies. I would like to get back to where as was in terms of the glibc version I had. Aptitude currently shows the following packages that are available to me

Code:
DEB1:/etc# aptitude search glibc
v glibc-2.3.6-2 -
v glibc-2.3.6.ds1-1 -
p glibc-doc
- GNU C Library: Documentation
v glibc-pic
p libg++2.8.1.3-glibc2.2
GNU C++ extension library - runtime version
p libstdc++2.10-glibc2.2
- The GNU stdc++ library
DEB1:/etc#

The question is which one should I install, to get my "stdio.h" back again? Would I have to uninstall glibc6 first? Uninstalling glibc6 displays a big warning. Is there a way I can download just the "stdio.h" files?

View 5 Replies View Related

Debian :: New Kernel Source Compile Missing Firmware

Dec 21, 2015

So I am new to linux and i upgraded my kernel to 4.3.3 and to add the bfq patch. When i enter the command make install I get the following Code:

Select allupdate-initramfs: Generating /boot/initrd.img-4.3.3
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-1.fw for module r8169

[Code] ....

Now my ethernet drivers are not working.

View 8 Replies View Related

Software :: Compile Zabbix But Can't Because Missing Components - With-jabber Failed

Feb 16, 2010

I am trying to compile Zabbix on Centos 5.4 and while tying to compile it with mysql and some other parameters it gets failed because missing components.

Quote:

I couldn't find any jabber-devel or jabber pckg in repo.

View 3 Replies View Related

Debian Configuration :: Ethernet Card Missing/Compile Latest Kernel?

Dec 17, 2010

This may sound ridiculous, but after installing Debian 5 (from CD 1) in my laptop, ASUS UL80VT, it fails to detect the Ethernet device. The device is "Atheros AR8131 PCI-E Ethernet Controller". I guess the problem comes with the old kernel of version 5. I was intending to compile the latest kernel anyway. But the problem is is there any heads up i need to download the kernel and trying to compile it? Is there anyone who uses Debian on UL80VT. If there is, does it works okay?In short I want to compile the latest kernel, hoping it will fix the Ethernet device. There are installers available with the latest kernel. But I want to do it on my own.

View 4 Replies View Related

Fedora :: Failing To Build Empathy Due To Missing Glib-compile-schemas?

Nov 3, 2010

I am using Fedora 12, and I recently downloaded the source of Empathy from the git repo. When I issue a ./configure on the console, I get the following output, please look at the last line:

[root@localhost empathy]# ./configure
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for a BSD-compatible install... /usr/bin/install -c

[code]....

View 3 Replies View Related

Slackware :: Missing The Flash Plugin Using Slackware 13 64bit - 2.6.29.6-smp - KDE Desktop

Apr 26, 2010

using Slackware 13 64bit, 2.6.29.6-smp, KDE desktop. i installed the flash-player-plugin using sbopkg. when i try [URL], it says i'm missing the flash plugin. i copied the. so file to

/usr/lib/mozilla/plugins
/usr/lib64/mozilla/plugins

and i still get the same result. what am i doing wrong?

View 11 Replies View Related

Slackware :: Mkfs.msdos Symlink Missing In Slackware 13.0?

Feb 1, 2010

The mkfs.msdos symlink seems to be missing in Slackware 13.0 32-bits. However it is there in 64-bits. This: [URL]...e_is_mkfs.vfat

View 2 Replies View Related

Ubuntu :: Sh: Javac: File Not Found

Jun 11, 2010

sh:javac: file not found .I want to try to run java on linux but am having problems. I downloaded the Scite text editor and the java jdk (self installer) from java.com. Created the simple helloworld program in the text editor and used ctrl + f7 to try to comiple it but just get the message sh: javac: file not found. After numerous attempts decided to try to uninstall java and start from scratch again. So I downloaded the jdk self installer again and typed in (sudo apt-get install sun-java6-plugin) but now get this:

dbd@dbd-laptop:~$ sudo apt-get install sun-java6-plugin
[sudo] password for dbd:
Reading package lists... Done

[code]....

Am I using the right test editor? Are there any tutorials I can follow for using java on linux?

View 4 Replies View Related

Ubuntu Installation :: How To Install Javac In 10.04

Jun 11, 2010

how can I install javac. I'm new with linux so please be specific in what to do. I found one post saying something about adding extra repositories but I don't know what repositories, where to add them, how to add them..

View 9 Replies View Related

Fedora Servers :: Make PHP Pages - Shows An Internal Error 500 Page But Doesn't Show On What Line And Compile Error Encountered

Feb 1, 2011

I'm trying to make some pages. For this I try to host them locally. However, when I have an error in my PHP code, the server shows an internal error 500 page and doesn't show on what line and what compile error it encountered. There is no such information in the error log either. What should I do about it, it's not really nice to comment all the lines and then try to uncomment them one by one. I've been googling for a while, but didn't find anything.. I forgot to mention, I;m using Fedora :P, the apache that came with it and mysql and php from the repository...

View 3 Replies View Related

Slackware :: Cannot Compile Gksu In 13.37

May 5, 2011

I'm using sbopkg-0.35.0 in Slack 13.37, and Ponce's SBo-git current repository (but have the identical problem with the official SBo 1337 repository). I have installed GConf & ORBit2 from /extra & have installed the other dependencies (gnome-keyring, & libgtop) via Ponce's repository. When compiling libgksu, it errors as follows:

[Code]...

View 2 Replies View Related

Slackware :: Cannot Compile Libvirt On 64 13.1

Aug 26, 2010

I am in trouble compiling libvirt (latest version 0.8.3) to use with KVM in Slackware64-13.1.

Here's the output of make:

Code:

Config.log is attached.

View 9 Replies View Related

Slackware :: Catalyst 10.3 Won't Compile

Mar 26, 2010

I've downloaded and tried to install the newest ATI driver, but I get this error when I try to build packages:

Code:
./packages/Slackware/ati-packager.sh: line 56: unexpected EOF while looking for matching `]'
./packages/Slackware/ati-packager.sh: line 406: syntax error: unexpected end of file

I extracted the package and am pretty sure I found the source of the error (a missing ]) but I'm unsure of how to repackage the installer after correcting it. I did a google search and at least one other person has had this error: [URL]...

View 5 Replies View Related

Slackware :: Compile OOo Failed ?

Jun 18, 2010

Installed Slack-13.1 x86_64. Downloaded OOo_3.2.1_Linux_x86-64_install-rpm-wJRE_en-US.tar.gz and SlackBuild.

Started with:

Quote:

And ended with:

Code:

View 2 Replies View Related

Slackware :: Can't Compile In The Current And Its Getting A Little Old?

May 22, 2010

I'm looking for a good IDE for C/C++, that runs well in slackware. I used CodeBlocks, but I can't compile in the current, and its getting a little old. I see a lot of threads talking about anjunta and kdedeveloper, but I don't like these.

View 14 Replies View Related

Slackware :: How To Compile Tar.gz Source

Oct 25, 2010

How do you compile a tar.gz source on slackware?I am asking because I am about to download and install Slackware(x64), and I have some drivers that it may not have (Ubuntu didn't have them) and TrueCrypt source.

View 9 Replies View Related

Slackware :: Slackware Identifier Icon Missing

Jan 23, 2011

I am using Firefox-4.0b9 from /testing. I never deleted the old profile from 3.6x days. I just noticed that the Slackware identifier icon is now just a generic Linux icon. I checked in about:config, and the general. useragent.extra.linux string is still set to Slackware Linux.Is there something different to do for FF-4x? This isn't a real problem, just an annoying matter of pride.

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved