Gdi32.Lib, User32.Lib and jawt.lib Files

I want to run this command:
cl -Ic:\Program Files\j2sdk_nb\j2sdk1.4.2\include -Ic:\Program Files\j2sdk_nb\j2sdk1.4.2\include\win32 -LD HelloWorldImp.c -FeHelloWorld.dll c:\Program Files\j2sdk_nb\j2sdk1.4.2\lib\jawt.lib c:\Program Files\j2sdk_nb\j2sdk1.4.2\lib\User32.Lib c:\Program Files\j2sdk_nb\j2sdk1.4.2\lib\Gdi32.Lib
I have j2sdk_nb\j2sdk1.4.2\lib and it does not have gdi32.lib, user32.lib and jawt.lib files. I want you to send me these files. You can send this address. [email protected]
thank you
Abdurrahim Kaplan

user32.lib, gdi32.lib are libraries that you can get in the Microsoft Visual C++ compiler installation. (I believe that you're using the full Microsoft Visual Studio package, not the free package that you can download with the Platform SDK and that does not include the optimizing compiler). If your LIB environment variable was correctly set by the vcvars32.bat batch file, the compiler will find the user32.lib and gdi32.lib files.
Simply mention "user32.lib" instead of using the full path, and "cl" (the Microsoft Visual C++ compiler driver) will find automatically the correct library.
jawt.lib is already present in your J2DK installation in the LIB directory. The following files can be found in the LIB directory:
dt.jar
htmlconverter.jar
ir.idl
jawt.lib
jvm.lib
orb.idl
tools.jar

Similar Messages

  • Which lib to open and view office file on browser

    Hi all,
    when I receive a stream of file from server. How I can open and view this file on browser?
    My suggest: catch a stream and use library to open office file on browser, but I don't know which lib to do this.
    Thanks

    I'm confused, you're coding for the server-side, with JSP/servlets aren't you? So how can you intercept the stream at the browser? That'll be beyond your code.
    And anyway, if you set the MIME types and set the content for the response, the browser itself will decide and prompt the user for handling the file.
    If on the other hand, you want to open a file on the server and send the contents of that to the browser, you can look into Apache POI (http://poi.apache.org/) for handling Excel, Word and PowerPoint documents.

  • Borland BCC5.5 and the jawt.lib

    Hi guys, sorry if this has been posted before, but I couldn't find anything in the archives. I'm trying to get the Borland 5.5 compiler tools to work with the jawt.lib and it doesn't like the jawt.lib because it doesn't recoginise the format of the file. It thinks it might be a COFF format.
    JNI works fine as long as I don't try and link with the jawt.lib file. I can get native dialogs, native window calls, whatever going just fine. But I want to be able to get it working with the borland compiler.
    It works fine with MS VC++ 6.0.
    Is there a command line switch that I'm missing for the linker to have it recoginise the library as a certain type. If there is then I cannot find it.
    Thanks for your time.
    Steve Toth

    I am also trying to use Borland C++ 5.5 but I am stumped at compiling my .c (or .cpp) files into a .dll.
    I have been working with the code in the tutorial:
    http://java.sun.com/docs/books/tutorial/native1.1/stepbystep/index.html
    Can you please tell me what command line arguments (and source code) you used to create the .dll.
    Sorry about cross posting (I just created a thread to ask these questions).
    DeltaCoder

  • What is the meaning? jawt.lib : LNK1125: Conflicting subsystem

    Dag Together, has anyone ( except jschell ) an idear what's wrong with?
    Deleting output files for rebuild.
    Compiling...
    C:\AWTNativeInterfaceDll\MyFile.cpp
    Incrementally linking...
    LINK : performing full link
    c:\programme\java\j2sdk1.4.2_12\lib\jawt.lib : error LNK1125: Conflicting subsystem
    Error executing link.exe.
    Creating browse info file...
    MyFile.dll - 1 error(s), 0 warning(s)
    Vriendelijke groet, FolkertM
    Edited by: FolkertM1 on Aug 22, 2009 10:19 AM

    Try putting the jar files in the WEB-INF/lib directory in the iAS classpath. Open kregedit-> iAS-> 6.0 -> java ->classpath add this jar file location. Restart the kjs or iAS. And run. I think this will work.
    Should you have any queries please get back to the web forum.
    Thanks for visiting our web forum.
    Rakesh.

  • /lib/i386/libawt.so: /usr/lib/libXtst.so.6: file too short occurred. error

    I am doing 10AS(10.1.3.5) upgrade on 64bit OL 5 os with R1211/11.2.0.3 database.
    I set the environment file and trying to run runinstaller, i am getting below error.
    =====================
    [applmgr@apps Disk1]$ ./runInstaller -ignoreSysPrereqs
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-Red Hat Enterprise Linux AS release 3, redhat-Red Hat Enterprise Linux AS release 4, redhat-Red Hat Enterprise Linux ES release 3, redhat-Red Hat Enterprise Linux ES release 4, redhat-3, redhat-4, redhat-5, SuSE-9 or SuSE-10
    Passed
    All installer requirements met.
    Checking Temp space: must be greater than 400 MB. Actual 6491 MB Passed
    Checking swap space: must be greater than 512 MB. Actual 5122MB Passed
    Checking monitor: must be configured to display at least 256 colors Failed <<<<
    >>> Could not execute auto check for display colors using command /usr/X11R6/bin/xdpyinfo. Check if the DISPLAY variable is set.
    Checking if CPU speed is above 300 MHz. Actual 2666 MHz Passed
    Ignoring optional pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-03-11_08-05-11PM. Please wait ...[applmgr@apps Disk1]$ Oracle Universal Installer, Version 10.1.0.6.0 Production
    Copyright (C) 1999, 2009, Oracle. All rights reserved.
    Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2013-03-11_08-05-11PM/jre/1.4.2/lib/i386/libawt.so: /usr/lib/libXtst.so.6: file too short occurred..
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2013-03-11_08-05-11PM/jre/1.4.2/lib/i386/libawt.so: /usr/lib/libXtst.so.6: file too short
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:193)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:174)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:183)
    at oracle.sysman.oii.oiic.OiicInstaller.<init>(OiicInstaller.java:279)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:739)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:653)
    Exception in thread "main" java.lang.NoClassDefFoundError
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:193)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:174)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:183)
    at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:112)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:797)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:653)
    here is /usr/lib information.
    wxrwx 1 root root 20 Feb 21 17:07 libodbcpsql.so -> libodbcpsql.so.2.0.0
    lrwxrwxrwx 1 root root 19 Feb 21 17:07 libodbcnnS.so.1 -> libodbcnnS.so.1.0.0
    lrwxrwxrwx 1 root root 19 Feb 21 17:07 libodbcmyS.so.1 -> libodbcmyS.so.1.0.0
    lrwxrwxrwx 1 root root 19 Feb 21 17:07 libodbcmyS.so -> libodbcmyS.so.1.0.0
    lrwxrwxrwx 1 root root 21 Feb 21 17:07 libodbcminiS.so.1 -> libodbcminiS.so.1.0.0
    lrwxrwxrwx 1 root root 20 Feb 21 17:07 libodbcinst.so.1 -> libodbcinst.so.1.0.0
    lrwxrwxrwx 1 root root 24 Feb 21 17:07 libodbcdrvcfg2S.so.1 -> libodbcdrvcfg2S.so.1.0.0
    lrwxrwxrwx 1 root root 24 Feb 21 17:07 libodbcdrvcfg1S.so.1 -> libodbcdrvcfg1S.so.1.0.0
    lrwxrwxrwx 1 root root 18 Feb 21 17:07 libodbccr.so.1 -> libodbccr.so.1.0.0
    lrwxrwxrwx 1 root root 14 Feb 21 17:07 libnn.so.1 -> libnn.so.1.0.0
    lrwxrwxrwx 1 root root 18 Feb 21 17:07 libmimerS.so.1 -> libmimerS.so.1.0.0
    lrwxrwxrwx 1 root root 18 Feb 21 17:07 libgtrtst.so.1 -> libgtrtst.so.1.0.0
    lrwxrwxrwx 1 root root 18 Feb 21 17:07 libesoobS.so.1 -> libesoobS.so.1.0.0
    lrwxrwxrwx 1 root root 22 Feb 21 17:07 libboundparam.so.1 -> libboundparam.so.1.0.0
    lrwxrwxrwx 1 root root 14 Feb 22 19:22 libXp.so.6 -> libXp.so.6.2.0
    lrwxrwxrwx 1 root root 25 Mar 5 23:10 libdb.so.2 -> /usr/lib/libgdbm.so.2.0.0
    -rwxr-xr-x 1 root root 0 Mar 11 03:21 libXtst.so.6.1.0
    lrwxrwxrwx 1 root root 29 Mar 11 03:22 libXtst.so.6 -> /usr/X11R6/lib/libXtst.so.6.1

    Hi;
    Please review:
         Oracle Application Server 10g (10.1.2) Installation Requirements for Linux OEL 5 and RHEL 5 [ID 564174.1]
    Regard
    Helios

  • Conky and /usr/lib/libcurl.so.4

    Hi, while I'm new to arch I've been using linux for a good six months now and can usually get around most problems. I've basically got everything as I usually like it except for conky. I go ahead and install it, make my .conkyrc and assume I'll be good. However, when I run conky I get "conky: error while loading shared libraries: /usr/lib/libcurl.so.4: file too short". Not much else to say except what is it telling me and how do I fix it?

    [stijn@lysithea ~]$ pacman -Ql curl | grep curl.so
    curl /usr/lib/libcurl.so
    curl /usr/lib/libcurl.so.4
    curl /usr/lib/libcurl.so.4.0.1
    If your box is up to date you shouldn't have any problem . Conky runs fine here.

  • [SOLVED] Need help with glibc and symlinking /lib

    So, I consider myself a fairly experienced linux user, and have been an Arch user for the last 3 years, but this glibc-stuff is just too complicated for me.
    I tried the following:
    > pacman -Syu --ignore glibc
    > pacmen -Su
    (1/1) checking for file conflicts
    error: failed to commit transaction (conflictin
    glibc: /lib exists in filesystem
    Errors occurred, no packages were upgraded.
    Alright, lets try the next trick on the wiki-page
    > find /lib -exec pacman -Qo -- {} + | grep -v glibc
    error: cannot determine ownership of directory '/lib'
    error: No package owns /lib/libnss_db-2.15.so
    error: No package owns /lib/libcidn-2.15.so
    error: No package owns /lib/librt-2.15.so
    error: No package owns /lib/libBrokenLocale-2.15.so
    error: No package owns /lib/libnss_compat-2.15.so
    error: No package owns /lib/libc-2.15.so
    error: No package owns /lib/libanl-2.15.so
    error: No package owns /lib/libnss_dns-2.15.so
    error: No package owns /lib/libdl-2.15.so
    error: cannot determine ownership of directory '/lib/udev'
    error: cannot determine ownership of directory '/lib/udev/rules.d'
    error: No package owns /lib/libnsl-2.15.so
    error: No package owns /lib/libm-2.15.so
    error: No package owns /lib/libnss_nis-2.15.so
    error: No package owns /lib/libresolv-2.15.so
    error: No package owns /lib/libnss_hesiod-2.15.so
    error: No package owns /lib/ld-2.15.so
    error: No package owns /lib/libnss_nisplus-2.15.so
    error: No package owns /lib/libcrypt-2.15.so
    error: No package owns /lib/libutil-2.15.so
    error: No package owns /lib/cpp
    error: No package owns /lib/libpthread-2.15.so
    error: No package owns /lib/libnss_files-2.15.so
    /lib/udev/rules.d/45-libnjb.rules is owned by libnjb 2.2.7-1
    So, I made a backup, and started deleting the files one by one. All is fine, until I delete "/lib/librt-2.15.so" - date and cat refuses to work.
    What am I supposed to do here? The wiki suggests to move or delete all the files to /usr/lib - How do I know what to delete and what to move?
    Last edited by graph (2012-07-14 21:17:15)

    Yep, and this shows something interesting: Apperently both libnjb and glibc wants ownership over /lib.
    What to do?
    Output of the grep-command:
    > grep '^lib/' /var/lib/pacman/local/*/files
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-linux.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libSegFault.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc.so.6
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm.so.6
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libmemusage.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpcprofile.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread.so.0
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db-1.0.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil.so.1
    /var/lib/pacman/local/libnjb-2.2.7-1/files:lib/
    /var/lib/pacman/local/libnjb-2.2.7-1/files:lib/udev/
    /var/lib/pacman/local/libnjb-2.2.7-1/files:lib/udev/rules.d/
    /var/lib/pacman/local/libnjb-2.2.7-1/files:lib/udev/rules.d/45-libnjb.rules
    EDIT; I uninstalled libnjb. pacman still complains.
    Last edited by graph (2012-07-14 18:53:16)

  • Linking to jawt.lib under windows

    I've got a bit of native code that links to jawt.lib under Win32. However when deploying my application it asks for jawt.dll and crashes out. I have to either make sure the jre BIN path is in the path or copy the jawt.dll into my application directory. This doesn't seem quite right; can anybody give me a better solution? I was hoping that linking to the .lib gave me a static link :)
    Cas :)

    I would love an answer to this too. I have an applet that uses the JMF to connect to a webcam and I get this error from the Java console:
    Could not load library jmutil native module
    java.lang.UnsatisfiedLinkError: JMFSecurityManager: java.lang.UnsatisfiedLinkError: JMFSecurityManager: Permission to load library jawt denied
         at com.sun.media.JMFSecurityManager.loadLibrary(JMFSecurityManager.java:169)
         at com.sun.media.util.WindowUtil.<clinit>(WindowUtil.java:62)
         at com.sun.media.renderer.video.GDIRenderer.doProcess(GDIRenderer.java:279)
         at com.sun.media.renderer.video.GDIRenderer.doProcess(GDIRenderer.java:272)
         at com.sun.media.renderer.video.BasicVideoRenderer.process(BasicVideoRenderer.java:142)
         at com.sun.media.BasicRendererModule.processBuffer(BasicRendererModule.java:751)
         at com.sun.media.BasicRendererModule.scheduleBuffer(BasicRendererModule.java:523)
         at com.sun.media.BasicRendererModule.doProcess(BasicRendererModule.java:424)
         at com.sun.media.RenderThread.process(BasicRendererModule.java:1138)
         at com.sun.media.util.LoopThread.run(LoopThread.java:159)

  • Difference between name.lib and nameD.lib

    What's the difference between xxxx.lib files and xxxxD.lib files?

    The xxxD.lib are debug libraries. When you build an application in debug mode, the application is built with the xxxD.lib library. When you build an application in release mode, the application is built with the xxx.lib library.
    - Elton

  • I don't want all those GNOME and KDE libs on my system!

    Kde Libraries/Base/Bindings - 80 megs
    Full KDE - 200 megs
    Full GNOME - 80 megs
    Base Gnome - 55 megs
    I hear so many people saying "Ew, it's using gnome-libs  I don't wanna install that"  I have said this many times.  It's seemed like a lot of usage on my hard drive with all those packages...  In reality, 50 megs for GNOME libs or 80 megs for KDE isn't a lot at all.. Heck, UT2004 is around 90 times bigger than installing base KDE and GNOME libs.  Thanks to modern technology, most PCs have 80 - 120 gigs on them..  Even with this 30 gig hard drive,  150 megs does not even put a dent.  Unless your using a floppy for your hard drive, it won't hurt to install gnome and kde libaries.  You need a gig and a half for just winblows stuff!  Just because it says:
    Targets: hal-0.2.97-2 libgsf-1.9.1-1 gnome-desktop-2.8.0-1 nautilus-2.8.1-1
    nautilus-cd-burner-2.8.1-1 libdvdcss-1.2.8-1 libdvdread-0.9.4-2
    libdvdnav-0.1.9-2 faac-1.24-1 faad2-2.0-5 hermes-1.3.3-1
    libmikmod-3.1.11-1 gtk-1.2.10-4 mjpegtools-1.6.2-1 gst-plugins-0.8.5-1
    totem-0.99.19-2
    Total Package Size: 11.5 MB
    Proceed with upgrade? [Y/n]
    It seems like a lot of depedencies, being on four lines and all... But it's really not that much.  I won't hurt to have it on your PC.
    Just my .2 for the day 

    xerxes2 wrote:
    kth5 wrote:hmm, i have exactly the same scenario on my laptop. it's only a Celeron 700  + 256MB ram. i run kde, mozilla thunderbird, several konsole session, xchat2, xmms plus some more konqueror session w/o any problem. only thing that is lagging behind is my GFX card which needs a share of the system memory. anway, my system in KDE w/ all these apps up needs only ~120MB the rest is filled up w/ diskcache or whatever. it's not bad for a desktop system that is not supposed to render 3D or viewing 100MB+ large files from memory. 
    I'm impressed!
    I havn't tried kde since 3.2.0 and it was totally unusuable due to bugs, crashes, bloat and so forth,
    the kde devs must been busy since then... 
    I was even quite impressed with KDE 3.3.x.  I use KDM for my default DM all the time.. GDM is too buggy..  WDM/XDM too ugly... I actually made KDM look pretty sexy.. People say you can't, but it's not that hard... I'll make some screenies if anyone want some

  • Multiple PC's and Itune libs, how do I move a playlist from one lib to Iphone if phone not sync'd with that lib / pc?

    Multiple PC's and Itune libs, how do I move a playlist from one lib to Iphone if phone not sync'd with that lib / pc?

    La121485 wrote:
    how do I move a playlist from one lib to Iphone if phone not sync'd with that lib / pc?
    You create the playlist on the other computer which may require moving or copying of the media from the first computer to the second computer.

  • [SOLVED]gcc-libs and gcc-libs-multilib are in conflict

    Can't update today.
    [glow@GlowArch ~]$ sudo pacman -Syuv
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    catalyst is up to date
    :: Starting full system upgrade...
    warning: android-udev: local (98-1) is newer than community (r100-1)
    resolving dependencies...
    looking for inter-conflicts...
    :: gcc-libs and gcc-libs-multilib are in conflict. Remove gcc-libs-multilib? [y/N] n
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: gcc-libs and gcc-libs-multilib are in conflict
    I assume there is some update going on, i will try again in some time.
    Last edited by GloW_on_dub (2014-05-09 14:04:57)

    [glow@GlowArch ~]$ sudo pacman -Syu --ignore gcc-libs
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    catalyst is up to date
    :: Starting full system upgrade...
    warning: android-udev: local (98-1) is newer than community (r100-1)
    resolving dependencies...
    warning: ignoring package gcc-libs-4.9.0-2
    warning: cannot resolve "gcc-libs=4.9.0-2", a dependency of "gcc"
    warning: cannot resolve "gcc=4.9.0-2", a dependency of "gcc-fortran"
    :: The following package cannot be upgraded due to unresolvable dependencies:
    gcc-fortran
    :: Do you want to skip the above package for this upgrade? [y/N] n
    error: failed to prepare transaction (unexpected error)
    You're right, i have indeed a dependency problem because of this aur package, acml-gfortran, wich have in it's dependencies gcc-fortran instead of gcc-fortran-multilib
    The thing i don't understand is how have i been able to install gcc-fortran with acml-gfortran, without trying to install gcc-libs and discovering the conflict at that time,
    and also why the fact that there is a gcc-fortran and gcc-libs update without the corresponding update in the multilib version discover the conflict.
    I've commented the aur package, so the maintainer will soon fix the problem, yet i don't understand fully why this conflict have appeared now.

  • Root password and /usr/lib/cron/tabs folder

    /usr/lib/cron/tabs is owned by root with the permissions of "drwx------ 2 root". My user on this machine is an admin but I cannot see the contents of /usr/lib/cron/tabs and I do not know the root pw. As an admin on this machine how do I reset the root PW or get into the /usr/lib/cron/tabs folder?
    Thanks.

    you can use
    *sudo ls /usr/lib/cron/tabs*
    with your admin password.
    You can reset root password by booting from the leopard install DVD and using "Reset Password" utility.

  • Why i receive errors: "The procedure entry point longjmp could not be found in the dynamic link lib. orauts.dll" and "Error ORA-12560"

    Hello,
    "C:\app\xps\product\11.2.0\dbhome_1"  where is my installation of database oracle enterprise 11g; I use Windows 7 Pro.
    I have in System PATH : C:\app\xps\product\11.2.0\dbhome_1\bin
    I have in HKEY_LOCAL_MACHINE > SOFTWARE > ORACLE > SYSMAN > OracleDBConsoleorcl : "ORACLE_HOME" value "C:\app\xps\product\11.2.0\dbhome_1"
    When i execute "sqlplus / as sysdba" command, i receive error: "The procedure entry point longjmp could not be found in the dynamic link lib. orauts.dll" and "Error ORA-12560"
    If i execute
    set ORACLE_HOME=C:\app\xps\product\11.2.0\dbhome_1
    C:\>set PATH=%ORACLE_HOME%\bin;%PATH%
    sqlplus "/ as sysdba"
    I don't receive Error.
    Why?

    You don't mention which specific version of the operating system that you are using - Windows XP, Vista, or 7 and whether you're using a 32-bit or 64-bit version.
    FWIW, kernell32.dll is a Windows system-level module, so it's possible that you have some corruption in your Windows installation which is preventing FM from launching.
    Also, 2Gb of RAM is a bit lean for FM.

  • Loading lib per object and not per class possible?

    Hello, I have a problem with JNI and some libs I want to use.
    On the Java side I have a class called FeedController that uses a class SenderJNI to communicate with a native lib, that implements the interface of SenderJNI. I have several native libs that all have different implementations of the interfaces.
    What I want to do is to load a specific native lib for a specific SenderJNI object. I thought it could work with the following code.
    public class SenderJNI {
         public native void init(String host, int port, String streamname);
         public native void send(String csvString);
         public native void close();
         public SenderJNI(String libName) {
               Runtime.getRuntime().load(libName);
    }The problem I've encountered is, that loading libA.so for SenderJNI object A works fine, but if I want to load libB.so for SenderJNI object B, I still get the implementation of libA.so. So loading seems to be on a class based level.
    Is there any way to load those two libs for different SenderJNI objects?

    This might work.
    Load all three libraries in your SenderJNI. Create three sub classes of your SenderJNI java class. They can just be stubs that dont implement anything.
    Implement the native methods just once between the three libraries.
    In your navtive methods, use IsAssignableFrom to determine which instance of the class was used, and call the proper library function based on the instance type that the call originated from.
    jboolean IsAssignableFrom(JNIEnv *env, jclass clazz1,jclass clazz2);                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for